Files
deb-buildpackage/.woodpecker/build_and_release.yml
Kevin Dorner 59c485f7cd
All checks were successful
ci/woodpecker/push/build_and_release Pipeline was successful
Add restriction to only trigger on Containerfile change
2022-08-26 04:31:46 +02:00

18 lines
413 B
YAML

pipeline:
build_and_release:
image: banzaicloud/drone-kaniko
settings:
registry: gitea.mdg-hamburg.de
repo: ci-tools/deb-buildpackage
tags: latest
dockerfile: Containerfile
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
when:
event: [push]
path: "Containerfile"
branches: master