use techknowlogick's drone-docker image
continuous-integration/drone the build was successful Details

this should fix the docker build issues
This commit is contained in:
Jannik 2021-10-16 14:35:37 +02:00
parent 024f2b04ce
commit 2b06efeece
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ pipeline:
event: event:
- tag - tag
docker: docker:
image: plugins/docker image: techknowlogick/drone-docker
repo: mosadxyz/tcor repo: mosadxyz/tcor
tags: latest tags: latest
secrets: secrets:

View File

@ -6,7 +6,7 @@ plugins {
} }
group 'org.mosad' group 'org.mosad'
version '1.2.7' version '1.2.8'
repositories { repositories {
jcenter() jcenter()