deb-buildpackage/.woodpecker/build_and_release.yml

18 lines
421 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, cron ]
path: "Containerfile"
branches: master