From c22766a0d6542d049211075b75e36a4123331f11 Mon Sep 17 00:00:00 2001 From: Kara <49822414+karashiiro@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:00:04 -0700 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 403892c..6a43b3c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,7 +52,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: - context: '{{defaultContext}}:server' + context: './server' push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta_server.outputs.tags }} labels: ${{ steps.meta_server.outputs.labels }} @@ -68,7 +68,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: - context: '{{defaultContext}}:client' + context: './client' push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta_client.outputs.tags }} labels: ${{ steps.meta_client.outputs.labels }}