test buildx
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-06-16 22:28:10 +02:00
parent ffdbac2c75
commit 04c1214ef1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 3 deletions

View File

@ -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',