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:25 +01:00
parent 098b328985
commit 1179a84ee7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ steps:
- binary
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
dry_run: true
@ -87,7 +87,7 @@ steps:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -104,7 +104,7 @@ steps:
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile
password:
@ -210,6 +210,6 @@ depends_on:
---
kind: signature
hmac: 87c2abc72b42dcc7a161b33c9f0b1d2f2ac53ff5600e5450ff26c07c25e19c63
hmac: 2112022f3d9a55a05330eb93c0adef181db0ff55571f8e6906232e21d35321d9
...