ci: start docker only on git tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marvin Steadfast 2021-05-10 13:44:03 +02:00
parent cdc35d2992
commit 71aa7282b5

View File

@ -71,6 +71,9 @@ services:
volumes:
- name: dockersock
path: /var/run
when:
event:
- tag
volumes:
- name: dockersock