Skip to content
Snippets Groups Projects

Update Gitlab registry URL

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -65,7 +65,7 @@ docker-build:
release-notes:
stage: release
image: registry.gitlab.com/teklia/devops:latest
image: registry.gitlab.teklia.com/infra/devops:latest
only:
- tags
@@ -75,7 +75,7 @@ release-notes:
bump-python-deps:
stage: release
image: registry.gitlab.com/teklia/devops:latest
image: registry.gitlab.teklia.com/infra/devops:latest
only:
- schedules
Loading