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 2c003b1 commit 3587774Copy full SHA for 3587774
.github/workflows/docker-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
id: build-and-push
66
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
67
with:
68
- context: .
+ context: ./Web/
69
push: ${{ github.event_name != 'pull_request' }}
70
tags: ${{ steps.meta.outputs.tags }}
71
labels: ${{ steps.meta.outputs.labels }}
0 commit comments