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

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

View File

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

@ -230,7 +230,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
@ -246,7 +246,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
@ -267,7 +267,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
@ -446,6 +446,6 @@ depends_on:
---
kind: signature
hmac: c6df67ef5938a888178a01954b60bf3504519b30c086cc987e9586bffc0bd591
hmac: 58eb57b7a150a51796fafff42c5f4aa7773c2ebaf57e180479f4278adf452574
...