diff --git a/.woodpecker.yml b/.woodpecker.yml index ab22d31..a78d50f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,9 +16,11 @@ steps: docker: image: woodpeckerci/plugin-kaniko settings: - destinations: - - registry.threesix.ai/landing-v4:latest - - registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8} + registry: registry.threesix.ai + repo: registry.threesix.ai/landing-v4 + tags: + - latest + - ${CI_COMMIT_SHA:0:8} cache: true skip-tls-verify: true when: