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:24 +01:00
parent 09222c494d
commit f404e8f8fd
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ steps:
BUILD_VERSION: ${DRONE_TAG%-*}
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
dry_run: true
@ -78,7 +78,7 @@ steps:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -95,7 +95,7 @@ steps:
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -201,6 +201,6 @@ depends_on:
---
kind: signature
hmac: 4b335d213d1c2e27d91bd562fa93e5137e3468eefc45899f742d427cf54d9ccc
hmac: be0370c32f6f735745b41848a6142fb545cd0b9280ea11843a627cdb1ec8fbed
...