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