From 120bc0f121f3e751dc24167ccd76321a720f701c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 9 Feb 2023 10:32:27 +0100 Subject: [PATCH] ci: bump container build plugin to drone-docker-buildx:23 --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index c60380c..7b49c4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ platform: steps: - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el7 dry_run: true @@ -40,7 +40,7 @@ steps: - refs/pull/** - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el7 password: @@ -56,7 +56,7 @@ steps: - refs/tags/** - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el7 password: @@ -91,7 +91,7 @@ platform: steps: - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el8 dry_run: true @@ -103,7 +103,7 @@ steps: - refs/pull/** - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el8 password: @@ -119,7 +119,7 @@ steps: - refs/tags/** - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile.el8 password: @@ -209,6 +209,6 @@ depends_on: --- kind: signature -hmac: c1d7bf589253bfecd788f3568f01374b499a8892391135722f82f08b44cd6233 +hmac: bd239a7e7db5fbee736dd48763aa949f355d35683f3ce6419bb19b32ca314533 ...