Add CI image to build on tag events
ci/woodpecker/push/build_and_release Pipeline was successful Details

This commit is contained in:
Kevin Dorner 2022-09-09 14:07:30 +02:00
parent 02b70c6558
commit f4ecaeac09
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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
tags: latest
dockerfile: Containerfile
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
when:
event: [ tag ]