test
Some checks failed
ci/woodpecker/push/predeploy Pipeline was successful
ci/woodpecker/push/build/4 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed

This commit is contained in:
2025-11-21 15:19:59 +01:00
parent bcbb58ea36
commit 75860cd1c2

View File

@@ -6,16 +6,30 @@ matrix:
- rules
steps:
show:
image: docker
environment:
forge_name:
from_secret: forge_name
container_registry:
from_secret: container_registry
container_registry_username:
from_secret: container_registry_username
container_registry_password:
from_secret: container_registry_password
commands:
- echo $${forge_name}
- echo $${container_registry}
- echo $${container_registry_username}
- echo $${container_registry_password}
build:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
registry:
from_secret: container_registry
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
auto_tag: true
dockerfile: apps/${APP}/Dockerfile
when: