diff --git a/.drone.yml b/.drone.yml index 19b9077..f76ab07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.amd64 dry_run: true @@ -55,7 +55,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.amd64 password: @@ -71,7 +71,7 @@ steps: - tags - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.amd64 password: @@ -115,7 +115,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm64 dry_run: true @@ -133,7 +133,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm64 password: @@ -149,7 +149,7 @@ steps: - tags - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm64 password: @@ -193,7 +193,7 @@ steps: DOCKER_AUTOTAG_VERSION: ${DRONE_TAG} - name: dryrun - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm dry_run: true @@ -211,7 +211,7 @@ steps: - tags - name: publish-dockerhub - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm password: @@ -227,7 +227,7 @@ steps: - tags - name: publish-quay - image: thegeeklab/drone-docker-buildx:20 + image: thegeeklab/drone-docker-buildx:latest settings: dockerfile: Dockerfile.arm password: @@ -346,6 +346,6 @@ depends_on: --- kind: signature -hmac: 79016d019c45a35db1b95f25003ff0917115033684498ccb9ebf80d345051cc2 +hmac: e5b344f9ad6e889213d7bb38319162636ec8028773f8a19a81c5cff41013d36a ...