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 }}