This commit is contained in:
2025-11-22 11:02:51 +01:00
parent 4ee3c13d3e
commit 84e401778e

View File

@@ -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: