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:26 +01:00
parent 0e37252c63
commit b6643f94fa
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: 839ba1ef7c046fac2430a6484f8749313750dbd9b7a73423c11d51678594c937
hmac: 1302a2bb98c754b7ad5834e1e925cc4d7f18fd970f1af56e920e4543324836dc
...