switch to docker-buildx
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-01-18 21:47:53 +01:00
parent 5be0fc8ed8
commit 65152ea03a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ steps:
BUILD_VERSION: ${DRONE_TAG%-*}
- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
dry_run: true
@ -65,7 +65,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
password:
@ -81,7 +81,7 @@ steps:
- tags
- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
password:
@ -188,6 +188,6 @@ depends_on:
---
kind: signature
hmac: 56d4322850681478440a6c6b31111ff9e1031e2e4dea00998ba085d2b5c91778
hmac: 69ab5547d40480679e0a89326d18d3c0abdeb21bb6f45c4ff7fb86c0445414ed
...