ci: bump container build plugin to drone-docker-buildx:23

This commit is contained in:
Robert Kaussow 2023-02-09 19:29:26 +01:00
parent 258e186311
commit fbacb4d001
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 7 additions and 7 deletions

View File

@ -236,7 +236,7 @@ local PipelineBuildContainer = {
},
{
name: 'dryrun',
image: 'thegeeklab/drone-docker-buildx:20',
image: 'thegeeklab/drone-docker-buildx:23',
settings: {
dry_run: true,
dockerfile: 'Dockerfile.multiarch',
@ -254,7 +254,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',
@ -274,7 +274,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

@ -262,7 +262,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
@ -278,7 +278,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
@ -299,7 +299,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
@ -478,6 +478,6 @@ depends_on:
---
kind: signature
hmac: 6d709e48c1ff216a1d5d213d28a7ea76537776e2dc120750735607ad95eeddba
hmac: 11ed6780977e0327b1deac81c0689d2bfe3bb56bc4b570d71b1fe182a395b1e2
...