diff --git a/.drone.yml b/.drone.yml index 043adb7..4e87ae0 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 dry_run: true @@ -49,7 +49,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -66,7 +66,7 @@ steps: - tags - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:23 settings: dockerfile: Dockerfile password: @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: ed0d23176bcae45f8eef47fb2afa78e081c026c322f2f06dc15ca1fe093d7680 +hmac: d6faa59061de84a714b22c369b785c8722fdb65c6f6f6a1ade9ca6d8caec726a ...