buildx instead of kantiko

This commit is contained in:
Scott Hatlen
2025-10-18 00:11:50 -07:00
parent 5c3a4a0d4d
commit efbc011ac7

View File

@@ -4,21 +4,15 @@ when:
steps:
- name: build
image: woodpeckerci/plugin-kaniko
image: woodpeckerci/plugin-docker-buildx
settings:
registry: harbor.scottyah.com
repo: harbor.scottyah.com/scottyah/blog
tags: latest
dockerfile: Dockerfile
context: .
cache: true
cache_repo: harbor.scottyah.com/scottyah/blog-cache
skip_tls_verify: true
reproducible: true
cleanup: true
verbosity: info
skip_unused_stages: true
snapshot_mode: redo
platforms: linux/amd64
insecure: true
username:
from_secret: harbor_username
password: