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 e3cc398333
commit 0adcf9ab65
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
@ -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: f567e4b7d95c3f397ef1523c1a5bd46dc1ded4de3a2e3f44c67f953b82471bce
hmac: df5bd1f12ae8e15e085313e48bd4dbd43cbc07870fcceb45140e1e73828c1bf5
...

View File

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