ci test 2
This commit is contained in:
@@ -29,12 +29,10 @@ steps:
|
|||||||
build:
|
build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
environment:
|
environment:
|
||||||
registry:
|
|
||||||
from_secret: container_registry
|
|
||||||
username:
|
username:
|
||||||
from_secret: container_registry_username
|
from_secret: docker_hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: container_registry_password
|
from_secret: docker_hub_password
|
||||||
settings:
|
settings:
|
||||||
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
|
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|||||||
Reference in New Issue
Block a user