Update pipeline to use lates buildx plugin
This commit is contained in:
parent
80c31272e0
commit
d65265a8d8
1 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@ when:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &platforms 'linux/amd64,linux/arm64,linux/s390x'
|
- &platforms 'linux/amd64,linux/arm64,linux/s390x'
|
||||||
|
- &buildx-plugin 'woodpeckerci/plugin-docker-buildx:4.2.0'
|
||||||
# vars used on push / tag events only
|
# vars used on push / tag events only
|
||||||
- publish_logins: &publish_logins
|
- publish_logins: &publish_logins
|
||||||
# Default DockerHub login
|
# Default DockerHub login
|
||||||
|
@ -36,7 +37,7 @@ steps:
|
||||||
# TODO: add test of fresh build kaniko
|
# TODO: add test of fresh build kaniko
|
||||||
|
|
||||||
build-dryrun:
|
build-dryrun:
|
||||||
image: woodpeckerci/plugin-docker-buildx:4.0.0
|
image: *buildx-plugin
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
settings:
|
settings:
|
||||||
|
@ -50,7 +51,7 @@ steps:
|
||||||
branch: renovate/*
|
branch: renovate/*
|
||||||
|
|
||||||
release-next:
|
release-next:
|
||||||
image: woodpeckerci/plugin-docker-buildx:4.0.0
|
image: *buildx-plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos
|
repo: *publish_repos
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
|
@ -61,7 +62,7 @@ steps:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
release-tag:
|
release-tag:
|
||||||
image: woodpeckerci/plugin-docker-buildx:4.0.0
|
image: *buildx-plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos
|
repo: *publish_repos
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue