From 92c3be5b66b6cdbcd400973a5f2bfd0e71e5927f Mon Sep 17 00:00:00 2001 From: gabe Date: Fri, 20 Oct 2023 10:52:32 -0700 Subject: [PATCH] add image publish --- .github/workflows/image-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index ee4791b3..acebfaf1 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -56,7 +56,7 @@ jobs: uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: . - file: build/Dockerfile + file: impl/build/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file