two destinations
This commit is contained in:
parent
ae2a789c3c
commit
62a301cc58
@ -1,18 +1,18 @@
|
|||||||
steps:
|
steps:
|
||||||
# build:
|
build:
|
||||||
# image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
# settings:
|
settings:
|
||||||
# repo: ${FORGE_NAME}/${CI_REPO}
|
repo: ${FORGE_NAME}/${CI_REPO}
|
||||||
# registry:
|
registry:
|
||||||
# from_secret: container_registry
|
from_secret: container_registry
|
||||||
# tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
||||||
# username:
|
username:
|
||||||
# from_secret: container_registry_username
|
from_secret: container_registry_username
|
||||||
# password:
|
password:
|
||||||
# from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# when:
|
when:
|
||||||
# - event: [push, tag]
|
- event: [push, tag]
|
||||||
build:
|
build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user