testjq456/.woodpecker.yml

23 lines
518 B
YAML

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