vpgen/.woodpecker/build-image.yml
Yuri Tatishchev 3cfc69264a
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
add woodpecker ci
2025-01-03 20:56:30 -08:00

16 lines
328 B
YAML

#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