buildx instead of kantiko
This commit is contained in:
@@ -4,21 +4,15 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: harbor.scottyah.com
|
registry: harbor.scottyah.com
|
||||||
repo: harbor.scottyah.com/scottyah/blog
|
repo: harbor.scottyah.com/scottyah/blog
|
||||||
tags: latest
|
tags: latest
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
cache: true
|
platforms: linux/amd64
|
||||||
cache_repo: harbor.scottyah.com/scottyah/blog-cache
|
insecure: true
|
||||||
skip_tls_verify: true
|
|
||||||
reproducible: true
|
|
||||||
cleanup: true
|
|
||||||
verbosity: info
|
|
||||||
skip_unused_stages: true
|
|
||||||
snapshot_mode: redo
|
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user