From 82815bb80cd1209a9a55feadb6ae8aed6bd5177c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 4 Sep 2024 22:24:02 +0200 Subject: [PATCH] Update pipeline to use lates buildx plugin (#37) --- .woodpecker/test-release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker/test-release.yaml b/.woodpecker/test-release.yaml index 3f3a774..b209b89 100644 --- a/.woodpecker/test-release.yaml +++ b/.woodpecker/test-release.yaml @@ -8,6 +8,7 @@ when: variables: - &platforms 'linux/amd64,linux/arm64,linux/s390x' + - &buildx-plugin 'woodpeckerci/plugin-docker-buildx:4.2.0' # vars used on push / tag events only - publish_logins: &publish_logins # Default DockerHub login @@ -36,7 +37,7 @@ steps: # TODO: add test of fresh build kaniko build-dryrun: - image: woodpeckerci/plugin-docker-buildx:4.0.0 + image: *buildx-plugin depends_on: - lint settings: @@ -50,7 +51,7 @@ steps: branch: renovate/* release-next: - image: woodpeckerci/plugin-docker-buildx:4.0.0 + image: *buildx-plugin settings: repo: *publish_repos platforms: *platforms @@ -61,7 +62,7 @@ steps: event: push release-tag: - image: woodpeckerci/plugin-docker-buildx:4.0.0 + image: *buildx-plugin settings: repo: *publish_repos platforms: *platforms