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