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:
|
docker:
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
destinations:
|
registry: registry.threesix.ai
|
||||||
- registry.threesix.ai/landing-v4:latest
|
repo: registry.threesix.ai/landing-v4
|
||||||
- registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8}
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
cache: true
|
cache: true
|
||||||
skip-tls-verify: true
|
skip-tls-verify: true
|
||||||
when:
|
when:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user