From 04c1214ef1535588d7e18022e1bb0899969d9b24 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 16 Jun 2021 22:28:10 +0200 Subject: [PATCH] test buildx --- .drone.jsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',