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