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 59dee1a commit cd3383dCopy full SHA for cd3383d
.gitlab-ci.yml
@@ -31,6 +31,6 @@ docker-prod:
31
- ''
32
script:
33
- /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
34
- --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}" --destination "${CI_REGISTRY_IMAGE}:nightly"
+ --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}" --destination "${CI_REGISTRY_IMAGE}:stable"
35
rules:
36
- if: $CI_COMMIT_TAG
0 commit comments