Try to fix yaml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mark Nellemann 2023-03-03 14:12:47 +01:00
parent a0d1aa4e54
commit b97bac7c30

View file

@ -4,11 +4,11 @@ name: default
type: docker
steps:
- name: test
- name: test
image: eclipse-temurin:17-jdk
commands:
- ./gradlew test
- name: push
- name: push
image: docker:dind
environment:
AUTH_TOKEN: # Gitea access token ENV variable
@ -25,7 +25,7 @@ steps:
- tag
services:
- name: docker
- name: docker
image: docker:dind
privileged: true
volumes:
@ -33,5 +33,5 @@ services:
path: /var/run
volumes:
- name: dockersock
- name: dockersock
temp: {}