We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac0ed3 commit 4386298Copy full SHA for 4386298
.gitlab-ci.yml
@@ -10,6 +10,7 @@ build-image:
10
before_script:
11
- echo "{\"auths\":{\"${DOCKER_CI_REGISTRY}\":{\"username\":\"${DOCKER_CI_USER}\",\"password\":\"${DOCKER_CI_PASSWORD}\"}}}" > /kaniko/.docker/config.json
12
extends: .kaniko-build-template
13
+ when: manual
14
only:
15
- pre-release
16
tags:
0 commit comments