Skip to content

Commit

Permalink
update dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Mar 2, 2024
1 parent 73062f1 commit e5930ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e5930ab

Please sign in to comment.