From 86d9caf3af72124510b28919994c68466292f7cd Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Mon, 9 May 2022 15:17:12 -0400 Subject: [PATCH] fix: image publish dockerfile path Signed-off-by: Daniel Bluhm --- .github/workflows/publish-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 18aef83..cd5d162 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -54,7 +54,6 @@ jobs: uses: docker/build-push-action@v2 with: push: true - file: docker/Dockerfile context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}