From 3e37cfece15b06500d2d151d0055dca4cac53119 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 9 Feb 2023 10:32:19 +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 44f3f9d..dbc5909 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 dry_run: true @@ -69,7 +69,7 @@ steps: - changelog-generate - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -86,7 +86,7 @@ steps: - changelog-format - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -192,6 +192,6 @@ depends_on: --- kind: signature -hmac: c0b111ee4ecb615adbda7fbf1a3c6109a9592a93e93518a789a052f22b9b903d +hmac: 37f797b6d7c4eaf61241c9609637397bb9eb6822be1f9424b18483107b675896 ...