From 02ed727092438b83f015503b290a02fa3103ae00 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Mon, 1 Jun 2020 13:53:33 +0300 Subject: [PATCH] Do not even publish container image at CI since we use "none" minikube driver Signed-off-by: MOZGIII --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 71ef794bbf073..04013697ad8bb 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -196,7 +196,7 @@ jobs: - run: make slim-builds - run: make test-e2e-kubernetes env: - USE_MINIKUBE_DOCKER: "true" + SKIP_CONTAINER_IMAGE_PUBLISHING: "true" CONTAINER_IMAGE_REPO: vector-test PACKAGE_DEB_USE_CONTAINER: docker