Loading templates/gitlab-ci-docker.yml +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ stages: function run_build_kaniko() { docker_image=$1 kaniko_registry_repository=$(echo "$DOCKER_SNAPSHOT_IMAGE" | cut -d: -f1) kaniko_registry_repository="${DOCKER_SNAPSHOT_IMAGE%:*}" shift if [[ -n "$DOCKER_REGISTRY_MIRROR" ]] then Loading Loading
templates/gitlab-ci-docker.yml +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ stages: function run_build_kaniko() { docker_image=$1 kaniko_registry_repository=$(echo "$DOCKER_SNAPSHOT_IMAGE" | cut -d: -f1) kaniko_registry_repository="${DOCKER_SNAPSHOT_IMAGE%:*}" shift if [[ -n "$DOCKER_REGISTRY_MIRROR" ]] then Loading