Skip to content

Commit 8294e6c

Browse files
committed
fix
1 parent 51af8c9 commit 8294e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797

9898
- name: build all images
9999
run: |
100-
cd images
101100
ls
102-
source versions.sh
101+
source images/versions.sh
102+
cd images
103103
time bash build.sh base-glibc-busybox-bash
104104
time bash build.sh base-glibc-debian-bash
105105
time bash build.sh build-env

0 commit comments

Comments
 (0)