diff --git a/.drone.yml b/.drone.yml index c98a201..3b85eac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ steps: BUILD_VERSION: ${DRONE_TAG%-*} - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile dry_run: true @@ -78,7 +78,7 @@ steps: - changelog-generate - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -95,7 +95,7 @@ steps: - changelog-format - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -201,6 +201,6 @@ depends_on: --- kind: signature -hmac: 4b335d213d1c2e27d91bd562fa93e5137e3468eefc45899f742d427cf54d9ccc +hmac: be0370c32f6f735745b41848a6142fb545cd0b9280ea11843a627cdb1ec8fbed ...