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

This commit is contained in:
2025-01-03 20:07:17 -08:00
parent d99ee9ef1e
commit 2667740cd7

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}