Skip to content

Commit

Permalink
CI: Use latest-ci image for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djboris9 committed Apr 20, 2021
1 parent eb11afb commit caa2105
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit caa2105

Please sign in to comment.