Skip to content

Commit ea4c00f

Browse files
committed
fix
1 parent b82c999 commit ea4c00f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Setup
140140
run: |
141-
source images/setup.sh
141+
source images/github_actions_setup.sh
142142
143143
- name: base-debian
144144
id: base-debian
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Setup
173173
run: |
174-
source images/setup.sh
174+
source images/github_actions_setup.sh
175175
176176
- name: base-busybox
177177
id: base-busybox
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Setup
203203
run: |
204-
source images/github_actions_setup.sh
204+
source images/github_actions_github_actions_setup.sh
205205
206206
- name: Download image artifacts from base-busybox
207207
uses: actions/download-artifact@v4
@@ -244,7 +244,7 @@ jobs:
244244

245245
- name: Setup
246246
run: |
247-
source images/github_actions_setup.sh
247+
source images/github_actions_github_actions_setup.sh
248248
249249
- name: Download artifacts from base-busybox
250250
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)