Update .gitlab-ci.yml file #5

This commit is contained in:
Marek Lesko
2025-07-27 18:22:12 +00:00
parent e0a1523e49
commit 10e2e631d6

View File

@@ -78,7 +78,7 @@ docker-deploy:
- docker:dind
environment: production
tags:
- deployment
- production
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker tag centrum-api:latest $CI_REGISTRY_IMAGE:latest