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:32 +01:00
parent 7be670c8de
commit d599e548be
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ steps:
- binary
- name: dryrun
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: Dockerfile
dry_run: true
@ -74,7 +74,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: Dockerfile
password:
@ -90,7 +90,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: Dockerfile
password:
@ -197,6 +197,6 @@ depends_on:
---
kind: signature
hmac: a8733f43b6f7e59a9cb48fbc0f1ada356ca15f9b63f0d71c8a3bf25a49aee702
hmac: 177d4b62d52d5df090de80fc64d43bd73af413f1c957b2e2b77624d37c933b29
...