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

This commit is contained in:
Robert Kaussow 2023-02-09 08:54:22 +01:00 committed by GitHub
parent d147fea1c4
commit 2234e5d8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
@ -122,7 +122,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
@ -145,7 +145,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
@ -292,6 +292,6 @@ depends_on:
---
kind: signature
hmac: 8786d2ddd592c4073b7e9db63d051210bad6216a9fb2ac143b5c6287a5dbd43d
hmac: dfc2eb36a2e743dc5a698a1721eac2e1e2f2702e3c53dde73e44a297c0e40744
...