test-1769754492/.woodpecker.yml
jordan 37502e9499
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Initialize project from default template
2026-01-30 06:28:13 +00:00

23 lines
542 B
YAML

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