From ed98823ab48f82228768d60180e46fe380aa6f87 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 9 Feb 2023 10:32:15 +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 e8406f0..59a1246 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.multiarch dry_run: true @@ -54,7 +54,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.multiarch password: @@ -76,7 +76,7 @@ steps: - dryrun - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.multiarch password: @@ -171,6 +171,6 @@ depends_on: --- kind: signature -hmac: 7c120842683046f372d75d8c1500463ca4e4bfb0a3eadae3a0c19f05f0c7c2e1 +hmac: d617b5f20a39e588746d4bbffe6b257578af7be614eb281945ad835e7bcebacd ...