add woodpecker ci
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
Yuri Tatishchev 2025-01-03 20:07:17 -08:00
parent d99ee9ef1e
commit 2667740cd7
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

View File

@ -0,0 +1,11 @@
when:
- event: [push]
steps:
- name: build
image: woodpeckerci/plugin-kaniko
settings:
registry: gitea.cazzzer.com
username: ${REGISTRY_USERNAME}
password: ${REGISTRY_PASSWORD}
# repo: ${CI_REPO}
# tags: ${CI_COMMIT_BRANCH}