Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-03 15:58:43 +08:00
parent 98803b5359
commit 2155a7270e

View File

@@ -8,10 +8,10 @@ trigger:
steps:
- name: net
image: node:12.16.1
image: nginx:1.19.2
network_mode: bridge
commands:
- docker -v
- ping minio
- name: rebuild
image: drillster/drone-volume-cache