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:19 +01:00
parent 844f133ded
commit 3e37cfece1
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: c0b111ee4ecb615adbda7fbf1a3c6109a9592a93e93518a789a052f22b9b903d
hmac: 37f797b6d7c4eaf61241c9609637397bb9eb6822be1f9424b18483107b675896
...