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 3cfc69264a
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

View File

@ -0,0 +1,15 @@
#when:
# - event: [push]
# branch: [develop, feature/ci]
#steps:
# - name: build
# image: woodpeckerci/plugin-docker-buildx
# settings:
# output: type=oci,dest=${CI_REPO}-hello.tar
#---
when:
- event: [push]
branch: [develop, feature/ci]
steps:
- name: build-kaniko
image: woodpeckerci/plugin-kaniko