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:28 +01:00
parent 22d8ca3110
commit 7dbb2ac40d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 8 additions and 5 deletions

View File

@ -35,7 +35,7 @@ steps:
BUILD_VERSION: ${DRONE_TAG%-*}
- name: dryrun
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
dry_run: true
@ -65,7 +65,7 @@ steps:
- dryrun
- name: publish-dockerhub
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -81,7 +81,7 @@ steps:
- tags
- name: publish-quay
image: plugins/docker
image: plugins/docker:19
settings:
dockerfile: Dockerfile
password:
@ -188,6 +188,6 @@ depends_on:
---
kind: signature
hmac: b7f1102a68ff9c00456f1c4c51cb66a0938cbba7a81279be06140598b2b5d0e5
hmac: 3993a2c9b01bfe78acf92f16571ede4bc9774d060648ff9130069e088ad8993b
...

View File

@ -22,5 +22,8 @@
"groupName": "Bitwarden RS ldap packages",
"packagePatterns": ["^ViViDboarder"]
}
]
],
"droneci": {
"enabled": false
}
}