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 78474e9 commit 129909fCopy full SHA for 129909f
1 file changed
.github/workflows/docker.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: Build and push image
75
uses: docker/build-push-action@v7
76
with:
77
- context: .
78
- file: ${{ matrix.variant.dockerfile }}
+ context: ${{ github.workspace }}
+ file: ${{ github.workspace }}/${{ matrix.variant.dockerfile }}
79
push: true
80
provenance: false
81
sbom: false
0 commit comments