diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cb0159345..539a813be9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,8 @@ jobs: {\"image\": \"ubi-plus\", \"marker\": \"policies\"}], \ \"k8s\": [\"${{ needs.checks.outputs.k8s_latest }}\"]}" else - echo "::set-output name=matrix::{\"k8s\": [\"1.19.16\", \"1.20.15\", \"1.21.10\", \"1.22.7\", \"${{ needs.checks.outputs.k8s_latest }}\"]}" + echo "::set-output name=matrix::{\"k8s\": [\"1.19.16\", \"1.20.15\", \"1.21.10\", \"1.22.7\", \"${{ needs.checks.outputs.k8s_latest }}\"], \ + \"images\": [{\"image\": \"debian\"}, {\"image\": \"debian-plus\"}]}" fi smoke-tests: