We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7cb9d commit 843570fCopy full SHA for 843570f
1 file changed
.github/workflows/website-publish.yml
@@ -71,7 +71,7 @@ jobs:
71
id: build-and-push
72
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
73
with:
74
- context: .
+ context: "{{defaultContext}}:Stormancer.Docs"
75
push: ${{ github.event_name != 'pull_request' }}
76
tags: ${{ steps.meta.outputs.tags }}
77
labels: ${{ steps.meta.outputs.labels }}
0 commit comments