Skip to content

Commit fdc3cdc

Browse files
author
marwan37
committed
set build/push context of last step to the project
1 parent 9ef2c5d commit fdc3cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-codespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: steps.check.outputs.exists == 'true'
137137
uses: docker/build-push-action@v5
138138
with:
139-
context: .
139+
context: ${{ matrix.project }}
140140
file: ${{ matrix.project }}/Dockerfile.codespace
141141
platforms: linux/amd64 # Force amd64 build
142142
push: true

0 commit comments

Comments
 (0)