This commit is contained in:
@ -19,11 +19,8 @@
|
||||
steps:
|
||||
publish-docker-image:
|
||||
image: plugins/kaniko
|
||||
secrets:
|
||||
- source: system_container_registry
|
||||
target: CONTAINER_REGISTRY
|
||||
settings:
|
||||
repo: ${CONTAINER_REGISTRY}/${CI_REPO}
|
||||
repo: ${SYSTEM_CONTAINER_REGISTRY}/${CI_REPO}
|
||||
tags: latest, ${CI_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: system_container_registry_username
|
||||
|
Reference in New Issue
Block a user