Update .gitlab-ci.yml file

This commit is contained in:
Axel Olausson Holtenäs 2023-09-28 18:20:06 +00:00
parent a2febc858e
commit 3096649518

View file

@ -42,5 +42,5 @@ docker:
- docker build -t zyner/xyter:latest .
- docker push zyner/xyter:latest
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/group/project/image:latest .
- docker push $CI_REGISTRY/group/project/image:latest
- docker build -t $CI_REGISTRY/zyner/xyter/bot:latest .
- docker push $CI_REGISTRY/zyner/xyter/bot:latest