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

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

View File

@ -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
...