ci: bump container build plugin to drone-docker-buildx:23
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-02-09 10:32:20 +01:00
parent 3866a242f6
commit c9f59f1b8b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
dry_run: true
@ -69,7 +69,7 @@ steps:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -86,7 +86,7 @@ steps:
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -192,6 +192,6 @@ depends_on:
---
kind: signature
hmac: 9efd0d40f44d877d9a15bd01c2dd93caef3b02ff4491c789e8c6d93116c6818b
hmac: 78e01e7829a4953f6068e8c71f068cc449d5a41d6ea26adc7ad456d19b0ed40f
...