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