deb-buildpackage/.woodpecker/build_and_release.yml

17 lines
431 B
YAML

pipeline:
build_and_release:
image: gitea.mdg-hamburg.de/ci-tools/plugin-kaniko:latest
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"