From b948762cdc6e644187988b2d793433cde8e31242 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 9 Feb 2023 10:32:29 +0100 Subject: [PATCH] ci: bump container build plugin to drone-docker-buildx:23 --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 043adb7..4e87ae0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile dry_run: true @@ -49,7 +49,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -66,7 +66,7 @@ steps: - tags - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: ed0d23176bcae45f8eef47fb2afa78e081c026c322f2f06dc15ca1fe093d7680 +hmac: d6faa59061de84a714b22c369b785c8722fdb65c6f6f6a1ade9ca6d8caec726a ...