From e978e123faf69d5e24c894dbf771fbbcf93a209c Mon Sep 17 00:00:00 2001 From: artmakh Date: Tue, 12 Dec 2023 21:36:51 +0700 Subject: [PATCH] chore(ci): Fix context for tee build-n-push action --- .github/workflows/build_and_publish_tee.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_publish_tee.yaml b/.github/workflows/build_and_publish_tee.yaml index 42ca82a..b4a6499 100644 --- a/.github/workflows/build_and_publish_tee.yaml +++ b/.github/workflows/build_and_publish_tee.yaml @@ -51,6 +51,7 @@ jobs: uses: docker/build-push-action@v5 if: ${{ !startsWith(github.ref, 'refs/tags') }} with: + context: . push: true tags: | "us-docker.pkg.dev/matterlabs-infra/matterlabs-docker/fee-withdrawer-v2-tee:latest"