From f2ff149b3ec0bc804f3ce32e1d9800acba109a46 Mon Sep 17 00:00:00 2001 From: Aaron Reed Date: Mon, 20 Nov 2023 10:29:34 -0500 Subject: [PATCH] fix context causing Dockerfile not found error --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index baa70959..afbbd357 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -57,7 +57,7 @@ jobs: id: build_publish uses: docker/build-push-action@v3.2.0 with: - context: . + context: code push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file