diff --git a/.drone.yml b/.drone.yml index 37edc53..ae76d60 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: @@ -194,6 +194,6 @@ depends_on: --- kind: signature -hmac: eb47de1e5032701aa283d29596fd08b9cc294def86b1af4eba6b03784ceadbec +hmac: cba07850e21c648f8558e69aa7e5a561ef473fe2a3a7890bf308a57c73ea0343 ...