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/