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 1fc6e5e858
commit 055b18a2cb
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:
dockerfile: Dockerfile
dry_run: true
@ -54,7 +54,7 @@ steps:
- refs/tags/**
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: Dockerfile
password:
@ -70,7 +70,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: Dockerfile
password:
@ -177,6 +177,6 @@ depends_on:
---
kind: signature
hmac: e4f873dd9e426db02152a6beec5aa1193a1b8a1ff6850fb7400bbdd7c1d3fc9e
hmac: 58d4cdfd124567d8709928b7b52ded08b0f66e44d08d0f7ac91d9a46bb3c85b7
...