deb-buildpackage/.woodpecker/build_and_release.yml
Kevin Dorner 8de6bd983b
All checks were successful
ci/woodpecker/cron/build_and_release Pipeline was successful
[skip ci] enable cache and reintroduce Containerfile path condition for rebuild
2022-09-12 21:33:18 +02:00

18 lines
444 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/deb-buildpackage
cache: true
dockerfile: Containerfile
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
when:
event: [ push, cron ]
path: "Containerfile"