Try to fix yaml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
a0d1aa4e54
commit
b97bac7c30
|
@ -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: {}
|
Loading…
Reference in a new issue