ci
This commit is contained in:
@@ -28,15 +28,14 @@ steps:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
environment:
|
|
||||||
username:
|
|
||||||
from_secret: docker_hub_username
|
|
||||||
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
|
||||||
dockerfile: apps/${APP}/Dockerfile
|
dockerfile: apps/${APP}/Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: docker_hub_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_hub_password
|
||||||
when:
|
when:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
ref:
|
ref:
|
||||||
|
|||||||
Reference in New Issue
Block a user