vpgen/.woodpecker/build-image.yml
Yuri Tatishchev 4300729638
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
ci: add woodpecker ci for container image builds
2025-04-23 18:43:54 -07:00

16 lines
358 B
YAML

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