diff --git a/.drone.jsonnet b/.drone.jsonnet index 2da6079..065e856 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -40,7 +40,7 @@ local PipelineBuildContainer(arch='amd64') = { }, { name: 'dryrun', - image: 'thegeeklab/drone-docker-buildx:20', + image: 'thegeeklab/drone-docker-buildx:latest', settings: { dry_run: true, dockerfile: 'Dockerfile.' + std.split(arch, '_')[0], @@ -58,7 +58,7 @@ local PipelineBuildContainer(arch='amd64') = { }, { name: 'publish-dockerhub', - image: 'thegeeklab/drone-docker-buildx:20', + image: 'thegeeklab/drone-docker-buildx:latest', settings: { dockerfile: 'Dockerfile.' + std.split(arch, '_')[0], repo: 'thegeeklab/${DRONE_REPO_NAME}', @@ -72,7 +72,7 @@ local PipelineBuildContainer(arch='amd64') = { }, { name: 'publish-quay', - image: 'thegeeklab/drone-docker-buildx:20', + image: 'thegeeklab/drone-docker-buildx:latest', settings: { dockerfile: 'Dockerfile.' + std.split(arch, '_')[0], registry: 'quay.io',