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

This commit is contained in:
Robert Kaussow 2023-02-09 19:39:54 +01:00 committed by GitHub
parent 1676a004d0
commit 2a845277db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
@ -99,7 +99,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -122,7 +122,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
@ -220,6 +220,6 @@ depends_on:
---
kind: signature
hmac: 53f36c7a50e6b89068f40e8c1bfe24d916de880c691503d58b5be093665c490c
hmac: 52a6f7275d25c344cfe1d072d1a2b2a8eb95ffa82962921ae872443565a52b33
...