From 523dcbd55b828e7930d2378fe733261a314a6526 Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Tue, 30 Jul 2024 22:15:32 -0500 Subject: [PATCH] chore: ensure pull requests build all three image flavors Signed-off-by: Nathan Klick --- .github/workflows/flow-pull-request-checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flow-pull-request-checks.yaml b/.github/workflows/flow-pull-request-checks.yaml index 10ce5a8..e62a981 100644 --- a/.github/workflows/flow-pull-request-checks.yaml +++ b/.github/workflows/flow-pull-request-checks.yaml @@ -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 }}