ci: bump container build plugin to drone-docker-buildx:23 (#232)

This commit is contained in:
Robert Kaussow 2023-02-09 19:41:44 +01:00 committed by GitHub
parent 706978853f
commit e1dfd46988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -216,7 +216,7 @@ local PipelineBuildContainer = {
},
{
name: 'dryrun',
image: 'thegeeklab/drone-docker-buildx:20',
image: 'thegeeklab/drone-docker-buildx:23',
settings: {
dry_run: true,
dockerfile: 'Dockerfile.multiarch',
@ -234,7 +234,7 @@ local PipelineBuildContainer = {
},
{
name: 'publish-dockerhub',
image: 'thegeeklab/drone-docker-buildx:20',
image: 'thegeeklab/drone-docker-buildx:23',
settings: {
auto_tag: true,
dockerfile: 'Dockerfile.multiarch',
@ -254,7 +254,7 @@ local PipelineBuildContainer = {
},
{
name: 'publish-quay',
image: 'thegeeklab/drone-docker-buildx:20',
image: 'thegeeklab/drone-docker-buildx:23',
settings: {
auto_tag: true,
dockerfile: 'Dockerfile.multiarch',

View File

@ -241,7 +241,7 @@ steps:
- poetry build
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
@ -257,7 +257,7 @@ steps:
- build
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -278,7 +278,7 @@ steps:
- dryrun
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -373,6 +373,6 @@ depends_on:
---
kind: signature
hmac: 6900299680ebb4c036babe3f601f3511199cbdb0212dbe918a4a662a962ce6fb
hmac: cd9da0439e2d9b492faf2368521f5a3056604711436c9b81e0298fb73c10e791
...