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 49b1b7c commit 51af8c9Copy full SHA for 51af8c9
1 file changed
.github/workflows/build-images.yml
@@ -98,6 +98,7 @@ jobs:
98
- name: build all images
99
run: |
100
cd images
101
+ ls
102
source versions.sh
103
time bash build.sh base-glibc-busybox-bash
104
time bash build.sh base-glibc-debian-bash
@@ -233,7 +234,7 @@ jobs:
233
234
name: push images
235
if: (github.ref == 'refs/heads/master') && (needs.detect-existing.outputs.DO_BUILD == 'true')
236
runs-on: ubuntu-24.04
- needs: [build-images ]
237
+ needs: [ test ]
238
239
steps:
240
0 commit comments