Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandonPierre committed Jan 19, 2024
1 parent f24702c commit 7d0b558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ release-debug:
- build:release
variables:
DOCKERFILE: $CI_PROJECT_DIR/Dockerfile
LATEST_IMAGE: $CI_REGISTRY_IMAGE:latest
LATEST_IMAGE: $CI_REGISTRY_IMAGE:latest-debug
REGPROXY_URI: ${REGPROXY_URI}
DEBUG_IMAGE: "1"
before_script:
Expand All @@ -136,7 +136,7 @@ release-debug:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- export $(cat artifacts.env | xargs)
- export RELEASE_IMAGE=$CI_REGISTRY_IMAGE:$BUILD_VERSION
- export RELEASE_IMAGE=$CI_REGISTRY_IMAGE:$BUILD_VERSION-debug
script: |-
/kaniko/executor \
$KANIKO_ADDTL_ARGS \
Expand Down

0 comments on commit 7d0b558

Please sign in to comment.