From 73c999c2b1088b3fd103601315cc7abc75aa09ec Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 6 Jan 2025 23:32:23 +0000 Subject: [PATCH] Set context --- .github/workflows/publish-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 5c0e62ce..cd901f6c 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -147,6 +147,7 @@ jobs: id: push uses: docker/build-push-action@v6 with: + context: . file: "Containerfile" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -161,6 +162,7 @@ jobs: uses: docker/build-push-action@v6 with: build-args: TARGET_CPU=x86-64-v3 + context: . file: "Containerfile" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta-x86-64-v3.outputs.tags }}