From caa21051da0f1a67eb1fcf1e0065b2f0a87888d1 Mon Sep 17 00:00:00 2001 From: Boris Djurdjevic Date: Tue, 20 Apr 2021 14:34:31 +0200 Subject: [PATCH] CI: Use latest-ci image for CI testing --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f424255..8f3b0c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,10 @@ jobs: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=90s - name: Import image into kind - run: kind load docker-image postfinance/kubenurse:latest-ci + run: | + docker images + docker tag postfinance/kubenurse:latest postfinance/kubenurse:latest-ci + kind load docker-image postfinance/kubenurse:latest-ci - name: Deploy example setup run: | kubectl apply -k ci/deployment/