Add CI image to build on tag events
ci/woodpecker/push/build_and_release Pipeline was successful
Details
ci/woodpecker/push/build_and_release Pipeline was successful
Details
This commit is contained in:
parent
02b70c6558
commit
f4ecaeac09
|
@ -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 ]
|
Loading…
Reference in New Issue