test-1769753902/.woodpecker.yml
jordan c2448b64f7
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:18:24 +00:00

23 lines
542 B
YAML

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