Skip to content

Commit

Permalink
Add missing args
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 31, 2025
1 parent e306d9c commit 1982fd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ jobs:
flavor: ubuntu
flavor_release: "24.04"
variant: core
arch: amd64
needs:
- core-ubuntu-24-lts

Expand All @@ -320,6 +321,7 @@ jobs:
flavor: alpine
flavor_release: "3.19"
variant: core
arch: amd64
needs:
- core-alpine

Expand All @@ -331,6 +333,7 @@ jobs:
flavor_release: "24.04"
family: "ubuntu"
variant: core
arch: amd64
# release_matcher: "23.10" # introduced so tests can be green while we wait for the kairos release with the latest flavor release
needs:
- core-ubuntu-24-lts
Expand Down Expand Up @@ -366,6 +369,7 @@ jobs:
flavor: "ubuntu"
flavor_release: "24.04"
variant: core

needs:
- core-ubuntu-24-lts
encryption:
Expand Down Expand Up @@ -431,6 +435,7 @@ jobs:
flavor_release: ${{ matrix.flavorRelease }}
label: ${{ matrix.label }}
variant: standard
arch: amd64
needs:
- standard
- standard-alpine
Expand Down

0 comments on commit 1982fd2

Please sign in to comment.