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

This commit is contained in:
Robert Kaussow 2021-01-18 20:15:30 +01:00
parent d9614742a7
commit 97a4b5c42c
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: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -58,7 +58,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -76,7 +76,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -185,6 +185,6 @@ depends_on:
---
kind: signature
hmac: 69595d23f35d8b297b3b4ed3de917410c499ad84f89bb9da1d1d35184a29b85a
hmac: ddbe5bc5b5eaf5fa5e04656abcb4912ca991b7f06d7a2ce8661f65d54498d377
...