test-ci2/.woodpecker.yml
jordan 2c1060c56e
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-01-31 18:02:21 +00:00

23 lines
514 B
YAML

steps:
docker:
image: woodpeckerci/plugin-kaniko
settings:
registry: registry.threesix.ai
repo: "test-ci2"
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
cache: true
skip-tls-verify: true
when:
- event: push
branch: main
deploy:
image: bitnami/kubectl:latest
commands:
- kubectl set image deployment/test-ci2 test-ci2=registry.threesix.ai/test-ci2:${CI_COMMIT_SHA:0:8} -n projects
when:
- event: push
branch: main