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