We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458d629 commit e45ace7Copy full SHA for e45ace7
.github/workflows/publish-docker-image.yaml
@@ -22,4 +22,5 @@ jobs:
22
uses: docker/build-push-action@v6
23
with:
24
push: true
25
- tags: wshaddix/http-nats-proxy:${{ github.ref_name }}
+ file: src/Dockerfile
26
+ tags: wshaddix/http-nats-proxy:${{ github.ref_name }}
0 commit comments