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