From e5930ab18b2f8309d86f67fc5cc53be67471401a Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Sat, 2 Mar 2024 19:43:54 +0000 Subject: [PATCH] update dockerfile path --- .github/workflows/publish-to-dockerhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-dockerhub.yaml b/.github/workflows/publish-to-dockerhub.yaml index 561150a..9f0c252 100644 --- a/.github/workflows/publish-to-dockerhub.yaml +++ b/.github/workflows/publish-to-dockerhub.yaml @@ -29,7 +29,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ./Dockerfile + file: ./nodejs-docker/Dockerfile push: true tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }}