ci
This commit is contained in:
@@ -28,15 +28,14 @@ steps:
|
||||
|
||||
build:
|
||||
image: plugins/kaniko
|
||||
environment:
|
||||
username:
|
||||
from_secret: docker_hub_username
|
||||
password:
|
||||
from_secret: docker_hub_password
|
||||
settings:
|
||||
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
|
||||
auto_tag: true
|
||||
dockerfile: apps/${APP}/Dockerfile
|
||||
username:
|
||||
from_secret: docker_hub_username
|
||||
password:
|
||||
from_secret: docker_hub_password
|
||||
when:
|
||||
event: [push, tag]
|
||||
ref:
|
||||
|
||||
Reference in New Issue
Block a user