chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v3 (#22)
This commit is contained in:
parent
593a94cadd
commit
ec37e00bc1
1 changed files with 3 additions and 3 deletions
|
@ -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:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:3.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:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:3.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:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:3.0.0
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos
|
repo: *publish_repos
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
|
|
Reference in a new issue