From efbc011ac742e56478476e2a015129126b7b664b Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Sat, 18 Oct 2025 00:11:50 -0700 Subject: [PATCH] buildx instead of kantiko --- .woodpecker.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7842724..01dc4fb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: