Woodpecker CI Docker develop: Switch to kaniko
This commit is contained in:
parent
5351cd4ce9
commit
d2f7c9252f
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue