TheCitadelofRicks/.woodpecker.yml
Jannik 2b06efeece
All checks were successful
continuous-integration/drone the build was successful
use techknowlogick's drone-docker image
this should fix the docker build issues
2021-10-16 14:35:37 +02:00

23 lines
413 B
YAML

pipeline:
test:
image: gradle:jdk11
commands:
- gradle test
build:
image: gradle:jdk11
commands:
- gradle bootJar
when:
event:
- tag
docker:
image: techknowlogick/drone-docker
repo: mosadxyz/tcor
tags: latest
secrets:
- username: docker_username
password: docker_password
when:
event:
- tag