ci: add woodpecker ci for container image builds
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
This commit is contained in:
parent
73ef39770e
commit
4300729638
15
.woodpecker/build-image.yml
Normal file
15
.woodpecker/build-image.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
when:
|
||||||
|
- event: [push]
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: woodpeckerci/plugin-kaniko
|
||||||
|
settings:
|
||||||
|
registry: gitea.cazzzer.com
|
||||||
|
repo: ${CI_REPO,,}
|
||||||
|
# replace '/' in branch name
|
||||||
|
tags: ${CI_COMMIT_BRANCH/\//-}
|
||||||
|
cache: true
|
||||||
|
username:
|
||||||
|
from_secret: registry-username
|
||||||
|
password:
|
||||||
|
from_secret: registry-password
|
Loading…
x
Reference in New Issue
Block a user