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 6e8b551aa9
commit ffd92dee6d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -58,7 +58,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -76,7 +76,7 @@ steps:
- tags
- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -185,6 +185,6 @@ depends_on:
---
kind: signature
hmac: db06b3ffe917cdfd1bbbe4d46c31fdfe43f87d756603aecd5d52e3e426fe07c2
hmac: b8d9a506b8a79cc2d46a7ed2c801ea7611fdf4a45690d9f327d19f81303dd3ee
...