Files
pv-controller/.woodpecker/build.yml
Wolfgang Hottgenroth 4405f5f7e7
Some checks failed
ci/woodpecker/tag/namespace Pipeline was successful
ci/woodpecker/tag/config Pipeline failed
ci/woodpecker/tag/build Pipeline was successful
test ci 1
2025-12-05 12:37:21 +01:00

20 lines
379 B
YAML

#when:
# event: [tag]
# ref:
# exclude:
# - refs/tags/*-configchange
steps:
build:
image: plugins/kaniko
settings:
registry:
from_secret: local_registry
username:
from_secret: local_username
password:
from_secret: local_password
repo: ${FORGE_NAME}/${CI_REPO}
auto_tag: true
dockerfile: Dockerfile