Skip to content

Commit

Permalink
chore: ensure pull requests build all three image flavors
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Jul 31, 2024
1 parent 6b2a2a5 commit 523dcbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
needs:
- versions
with:
build-default-image: true
build-dind-image: true
build-dind-rootless-image: true
base-os-image: ubuntu-22.04
runner-version: ${{ needs.versions.outputs.runner }}
runner-container-hooks-version: ${{ needs.versions.outputs.hooks }}
Expand Down

0 comments on commit 523dcbd

Please sign in to comment.