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 bc3bf94 commit f7e23faCopy full SHA for f7e23fa
.github/workflows/build-containers.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Run custom build script
100
if: ${{ matrix.run_build_script }}
101
run: |
102
- ./make/photon/${{ matrix.run_build_script == true && matrix.container || matrix.run_build_script }}/build.sh
+ ./make/photon/${{ matrix.run_build_script == true && matrix.container || matrix.run_build_script }}/builder.sh
103
104
- name: Build and push
105
uses: docker/build-push-action@v6
0 commit comments