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 5ad4279 commit c5f51e4Copy full SHA for c5f51e4
.github/workflows/publish-docker-image.yaml
@@ -22,6 +22,6 @@ jobs:
22
uses: docker/build-push-action@v6
23
with:
24
push: true
25
- file: src/Dockerfile
+ file: Dockerfile
26
context: "{{defaultContext}}:src"
27
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}
0 commit comments