ci: bump container build plugin to drone-docker-buildx:23 (#15)

This commit is contained in:
Robert Kaussow 2023-02-09 19:39:46 +01:00 committed by GitHub
parent 4682c00cce
commit 42e1544df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
@ -99,7 +99,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -122,7 +122,7 @@ steps:
- dryrun
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
auto_tag: true
dockerfile: Dockerfile.multiarch
@ -220,6 +220,6 @@ depends_on:
---
kind: signature
hmac: 1494502d45b32e65f19b7a4c87fd9fda956d9260b857d23b2e729b0187df0b12
hmac: 50ff052940d66ca2f64357dfa44c2bebde42c4a9991076991f292258c26fa154
...