Update registry variable in GitLab CI configuration

This commit is contained in:
2025-05-02 10:19:57 +02:00
parent f3d71cbb43
commit f71e107a0b

View File

@@ -2,7 +2,7 @@ stages:
- backend_build
variables:
REGISTRY: registry.gitlab.com/rheinsw/$CI_PROJECT_PATH
REGISTRY: registry.gitlab.com/$CI_PROJECT_PATH
TAG: $CI_COMMIT_REF_SLUG
backend_build_job: