chore(ci): migrate docker registry publishers to git.infra.mintel.me

This commit is contained in:
2026-03-03 12:25:30 +01:00
parent 963e572291
commit 8dce4890c4
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
services:
mb-grid-app:
image: registry.infra.mintel.me/mintel/mb-grid-solutions:${IMAGE_TAG:-latest}
image: git.infra.mintel.me/mmintel/mb-grid-solutions:${IMAGE_TAG:-latest}
restart: always
networks:
- default
@@ -39,7 +39,7 @@ services:
start_period: 30s
mb-grid-gatekeeper:
image: registry.infra.mintel.me/mintel/gatekeeper:testing
image: git.infra.mintel.me/mmintel/gatekeeper:testing
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
profiles: [ "gatekeeper" ]
restart: unless-stopped