plugin-kaniko/.woodpecker/build_and_release.yml

18 lines
450 B
YAML

pipeline:
build_and_release:
image: gitea.mdg-hamburg.de/ci-tools/plugin-kaniko:latest
pull: true
settings:
registry: gitea.mdg-hamburg.de
repo: ci-tools/plugin-kaniko
auto_tag: true
tag_strip_v: true
cache: true
dockerfile: Containerfile
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
when:
event: [ tag ]