Skip to content

Commit 8476e18

Browse files
committed
fix
1 parent c2e29ab commit 8476e18

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Download artifacts
6868
uses: actions/download-artifact@v4
6969
with:
70-
pattern: demo
70+
name: demo
7171
path: image-artifacts
7272

7373
- name: export env vars
@@ -86,6 +86,7 @@ jobs:
8686
build-base-busybox:
8787
name: Build base-busybox
8888
runs-on: ubuntu-24.04
89+
needs: next
8990
container:
9091
# travier/podman-action contains newer podman/buildah versions.
9192
image: quay.io/travier/podman-action

0 commit comments

Comments
 (0)