We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c828253 commit b1bd870Copy full SHA for b1bd870
github/workflows/publish-docker.yml
@@ -75,7 +75,7 @@ jobs:
75
id: build-and-push
76
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
77
with:
78
- context: ./engine
+ context: .
79
push: ${{ github.event_name != 'pull_request' }}
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
0 commit comments