fix: use repo/tags format instead of destinations for Kaniko
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
143350e2e8
commit
872353a539
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user