From 55751b3eb65bc78cda37561d4b9efe70b913ecaa Mon Sep 17 00:00:00 2001 From: Dan Ford Date: Fri, 13 Oct 2023 23:02:26 -0700 Subject: [PATCH] Update build-docker-image --- .github/workflows/build-docker-image | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docker-image b/.github/workflows/build-docker-image index bcbe445..8d5a88a 100644 --- a/.github/workflows/build-docker-image +++ b/.github/workflows/build-docker-image @@ -32,6 +32,7 @@ jobs: uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: context: . + file: ./etc/dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}