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 1225af117d
commit f227a0907d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 8 additions and 5 deletions

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
dry_run: true
@ -54,7 +54,7 @@ steps:
- refs/tags/**
- name: publish-dockerhub
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -70,7 +70,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -177,6 +177,6 @@ depends_on:
---
kind: signature
hmac: 7b789cfe41ba5cfa8c4b904f03dc6842ee9ff85789b8e9d637bdc0b53a8eb6d9
hmac: 5f562b6b923f9fedabbc80af55884d9eade54d758d9065731d99aff92193c10d
...

View File

@ -18,5 +18,8 @@
"packagePatterns": ["^hairyhenderson", "^thegeeklab"],
"automerge": true
}
]
],
"droneci": {
"enabled": false
}
}