Hopefully finally fix the ci/cd

This commit is contained in:
Daniel Kluge 2022-01-07 01:00:24 +01:00
parent f0fa20d5e0
commit deb75e42b4
1 changed files with 2 additions and 0 deletions

View File

@ -73,7 +73,9 @@ steps:
IMAGE: infoscreen:latest
commands:
- docker-compose -p infoscreen -f docker-compose.yml rm -s -v -f
- docker rmi localhost:5000/$${IMAGE} || true
- docker rmi $${REGISTRY_HOST}/$${IMAGE} || true
- docker pull $${REGISTRY_HOST}/$${IMAGE}
- docker-compose -p infoscreen -f docker-compose.yml up -d
---
kind: pipeline