chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4

This commit is contained in:
renovate[bot] 2024-05-11 00:49:30 +00:00 committed by GitHub
parent 428edf23ed
commit e46b7893b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ when:
steps: steps:
release: release:
image: woodpeckerci/plugin-ready-release-go:1.1.1 image: woodpeckerci/plugin-ready-release-go:1.0.3
pull: true pull: true
settings: settings:
release_branch: ${CI_REPO_DEFAULT_BRANCH} release_branch: ${CI_REPO_DEFAULT_BRANCH}

View file

@ -36,7 +36,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:3.0.0 image: woodpeckerci/plugin-docker-buildx:4.0.0
depends_on: depends_on:
- lint - lint
settings: settings:
@ -50,7 +50,7 @@ steps:
branch: renovate/* branch: renovate/*
release-next: release-next:
image: woodpeckerci/plugin-docker-buildx:3.0.0 image: woodpeckerci/plugin-docker-buildx:4.0.0
settings: settings:
repo: *publish_repos repo: *publish_repos
platforms: *platforms platforms: *platforms
@ -61,7 +61,7 @@ steps:
event: push event: push
release-tag: release-tag:
image: woodpeckerci/plugin-docker-buildx:3.0.0 image: woodpeckerci/plugin-docker-buildx:4.0.0
settings: settings:
repo: *publish_repos repo: *publish_repos
platforms: *platforms platforms: *platforms