0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-06-02 17:39:39 +02:00

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

This commit is contained in:
Robert Kaussow 2023-02-09 08:54:26 +01:00 committed by GitHub
parent 40b68f5cca
commit f727219579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: 60992cc1cb8533b9143f82ab3c27559be64b0646da4168451d9ac68d882078a1
hmac: 020daff42c1ae6a761b1cd5c3d473d65bf8a9cbabe257db66e4af03a242dd93d
...