This commit is contained in:
parent
1ecc897145
commit
34b983fc62
@ -14,17 +14,14 @@ steps:
|
|||||||
- event: [push, pull_request]
|
- event: [push, pull_request]
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: woodpeckerci/plugin-kaniko
|
||||||
commands:
|
settings:
|
||||||
- >
|
repo: zot.orchard9.ai/landing-v4
|
||||||
/kaniko/executor
|
tags:
|
||||||
--context .
|
- latest
|
||||||
--dockerfile Dockerfile
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
--destination zot.orchard9.ai/landing-v4:latest
|
cache: true
|
||||||
--destination zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8}
|
skip_tls_verify: true
|
||||||
--cache=true
|
|
||||||
--skip-tls-verify
|
|
||||||
--skip-tls-verify-pull
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user