Skip to content

Commit

Permalink
Update publish-docker-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wshaddix authored Nov 21, 2024
1 parent e45ace7 commit a7de975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
file: src/Dockerfile
file: ./src/Dockerfile
context: ./src
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}

0 comments on commit a7de975

Please sign in to comment.