final-1769755645/.woodpecker.yml
jordan c6177cf539
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-30 06:47:26 +00:00

23 lines
546 B
YAML

steps:
docker:
image: woodpeckerci/plugin-kaniko
settings:
registry: registry.threesix.ai
repo: "final-1769755645"
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/final-1769755645 final-1769755645=registry.threesix.ai/final-1769755645:${CI_COMMIT_SHA:0:8} -n projects
when:
- event: push
branch: main