Skip to content

Commit

Permalink
ci: ⚡ add kaniko mirror registry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Aug 29, 2024
1 parent 2765203 commit 813e76d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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
stage: docker-build
extends:
- .kaniko:build-push
Expand All @@ -38,6 +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
stage: docker-build
extends:
- .kaniko:build-push

0 comments on commit 813e76d

Please sign in to comment.