From 87e5839b2a42a504e2b5a516e417d87442012779 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 13 Feb 2022 12:19:21 +0000 Subject: [PATCH] tweaking docker --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1169537..4a826a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,14 +34,19 @@ jobs: steps: - uses: actions/checkout@v2 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v1 + - name: Build CLI Container uses: docker/build-push-action@v2 with: - file: {context}/Dockerfile.CLI + file: Dockerfile.CLI + - name: Build Web Container uses: docker/build-push-action@v2 with: - file: {context}/Dockerfile.Web + file: Dockerfile.Web build-Js: