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