From 93888349eea3d27c36e779c951dff768198e4ec3 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Thu, 11 Jan 2024 14:01:07 +0000 Subject: [PATCH] Fix web image context --- .github/workflows/web-client-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-client-image.yml b/.github/workflows/web-client-image.yml index 622c0ea0..54a8f50a 100644 --- a/.github/workflows/web-client-image.yml +++ b/.github/workflows/web-client-image.yml @@ -87,7 +87,7 @@ jobs: - name: 'Build and push Docker image' uses: docker/build-push-action@v5 with: - context: ./nodeapp + context: ./web platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }}