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 9ef2c5d commit fdc3cdcCopy full SHA for fdc3cdc
.github/workflows/build-push-codespace.yml
@@ -136,7 +136,7 @@ jobs:
136
if: steps.check.outputs.exists == 'true'
137
uses: docker/build-push-action@v5
138
with:
139
- context: .
+ context: ${{ matrix.project }}
140
file: ${{ matrix.project }}/Dockerfile.codespace
141
platforms: linux/amd64 # Force amd64 build
142
push: true
0 commit comments