From aeff93b524e566d73abd4ed40ed5fc282793957f Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 24 Nov 2021 13:35:52 -0800 Subject: [PATCH] Add debian-plus to nighlty tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bbe2ba18c..6d668d49e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,8 @@ jobs: {\"image\": \"opentracing-plus\", \"marker\": \"vsr\"}, \ {\"image\": \"ubi-plus\", \"marker\": \"policies\"}]}" else - echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.2\"]}" + echo "::set-output name=matrix::{\"k8s\": [\"1.19.11\", \"1.20.7\", \"1.21.2\", \"1.22.2\"], \ + \"images\": [{\"image\": \"debian\"}, {\"image\": \"debian-plus\"}]}" fi smoke-tests: