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

View File

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