foundary-1770644471/.woodpecker.yml
jordan af27c583a5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from default template
2026-02-09 13:42:10 +00:00

24 lines
578 B
YAML

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