Skip to content

Commit 51af8c9

Browse files
committed
fix
1 parent 49b1b7c commit 51af8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: build all images
9999
run: |
100100
cd images
101+
ls
101102
source versions.sh
102103
time bash build.sh base-glibc-busybox-bash
103104
time bash build.sh base-glibc-debian-bash
@@ -233,7 +234,7 @@ jobs:
233234
name: push images
234235
if: (github.ref == 'refs/heads/master') && (needs.detect-existing.outputs.DO_BUILD == 'true')
235236
runs-on: ubuntu-24.04
236-
needs: [build-images ]
237+
needs: [ test ]
237238

238239
steps:
239240

0 commit comments

Comments
 (0)