Skip to content

Commit 04030d8

Browse files
committed
download base-debian
1 parent 2fc00f0 commit 04030d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-images.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ jobs:
348348
name: base-busybox
349349
path: image-artifacts
350350

351+
- name: Download artifacts from base-debian
352+
uses: actions/download-artifact@v4
353+
with:
354+
name: base-debian
355+
path: image-artifacts
356+
351357
- name: Download artifacts from build-env
352358
uses: actions/download-artifact@v4
353359
with:

0 commit comments

Comments
 (0)