Update .gitlab-ci.yml file

This commit is contained in:
Comprofix 2023-12-31 16:01:57 +10:00
parent ba433e018a
commit dceb46e345

View File

@ -28,7 +28,9 @@ docker_build:
#services:
# - docker:dind
stage: docker_build
image: gcr.io/kaniko-project/executor:latest
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$IMAGE_TAG