pin plugins/docker to v19
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-28 12:10:29 +01:00
parent 51615bbd1e
commit f1a981348f
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
image: plugins/docker:19
settings:
dockerfile: Dockerfile
dry_run: true
@ -56,7 +56,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -72,7 +72,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -179,6 +179,6 @@ depends_on:
---
kind: signature
hmac: 31d1dfff82ddd965d0be096f0b60ae712186bed1a40655e6250a1acd29630201
hmac: 3ca16597118834ce13bed86eeac75e37f0e83bc78edd499ec89b5292e1318338
...