Woodpecker CI Docker develop: Switch to kaniko

This commit is contained in:
Phantasm 2026-04-09 21:47:51 +02:00
commit d2f7c9252f
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -15,7 +15,7 @@ labels:
steps: steps:
docker-develop-amd64: docker-develop-amd64:
image: woodpeckerci/plugin-docker-buildx:6.0.4 image: woodpeckerci/plugin-kaniko:2.3.1
# when: # when:
# - platform: linux/amd64 # - platform: linux/amd64
# does not work even though it should according to docs # does not work even though it should according to docs
@ -23,7 +23,7 @@ steps:
when: when:
- evaluate: platform == "linux/amd64" - evaluate: platform == "linux/amd64"
settings: settings:
repo: git.pleroma.social/pleroma/pleroma repo: pleroma/pleroma
tags: [latest-amd64, develop-amd64] tags: [latest-amd64, develop-amd64]
registry: git.pleroma.social registry: git.pleroma.social
username: username:
@ -32,11 +32,11 @@ steps:
from_secret: pleroma-ci-password from_secret: pleroma-ci-password
docker-develop-arm64: docker-develop-arm64:
image: woodpeckerci/plugin-docker-buildx:6.0.4 image: woodpeckerci/plugin-kaniko:2.3.1
when: when:
- evaluate: platform == "linux/arm64" - evaluate: platform == "linux/arm64"
settings: settings:
repo: git.pleroma.social/pleroma/pleroma repo: pleroma/pleroma
tags: [latest-arm64, develop-arm64] tags: [latest-arm64, develop-arm64]
registry: git.pleroma.social registry: git.pleroma.social
username: username: