Skip to content

Commit 2e76b26

Browse files
committed
Fix syntax error
1 parent 51261d2 commit 2e76b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Run custom build script
105105
if: ${{ matrix.has_custom_build_script == true }}
106106
run: |
107-
./make/photon/${matrix.container}/builder
107+
./make/photon/${{matrix.container}}/builder
108108
109109
- name: Build and push
110110
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)