Skip to content

Commit f7e23fa

Browse files
committed
IDK how that happened
1 parent bc3bf94 commit f7e23fa

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
@@ -99,7 +99,7 @@ jobs:
9999
- name: Run custom build script
100100
if: ${{ matrix.run_build_script }}
101101
run: |
102-
./make/photon/${{ matrix.run_build_script == true && matrix.container || matrix.run_build_script }}/build.sh
102+
./make/photon/${{ matrix.run_build_script == true && matrix.container || matrix.run_build_script }}/builder.sh
103103
104104
- name: Build and push
105105
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)