Skip to content

Commit

Permalink
ci: ⚡ change registry mirror order
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Sep 2, 2024
1 parent 813e76d commit 9d88b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker-build-frontend:
IMAGE_NAMES: basegun-frontend:${CI_COMMIT_REF_SLUG} basegun-frontend:${CI_COMMIT_SHORT_SHA} basegun-frontend:${CI_COMMIT_TAG}
DOCKERFILE: "frontend/Dockerfile"
BUILD_ARGS: --build-arg=VERSION=1.1.1
EXTRA_BUILD_ARGS: --registry-mirror=nexus.forge-dc.cloudmi.minint.fr --registry-mirror=registry.dso.interieur.gouv.fr/dockerhub
EXTRA_BUILD_ARGS: --registry-mirror=registry.dso.interieur.rie.gouv.fr/dockerhub --registry-mirror=nexus.forge-dc.cloudmi.minint.fr
stage: docker-build
extends:
- .kaniko:build-push
Expand All @@ -39,7 +39,7 @@ docker-build-backend:
IMAGE_NAMES: basegun-backend:${CI_COMMIT_REF_SLUG} basegun-backend:${CI_COMMIT_SHORT_SHA} basegun-backend:${CI_COMMIT_TAG}
DOCKERFILE: "backend/Dockerfile"
BUILD_ARGS: --build-arg=VERSION=1.1.1
EXTRA_BUILD_ARGS: --registry-mirror=nexus.forge-dc.cloudmi.minint.fr --registry-mirror=registry.dso.interieur.gouv.fr/dockerhub
EXTRA_BUILD_ARGS: --registry-mirror=registry.dso.interieur.rie.gouv.fr/dockerhub --registry-mirror=nexus.forge-dc.cloudmi.minint.fr
stage: docker-build
extends:
- .kaniko:build-push

0 comments on commit 9d88b0e

Please sign in to comment.