fixed Dockerfile
This commit is contained in:
parent
3c37ee024b
commit
d82b9d059b
@ -54,6 +54,9 @@ image_pull_secrets:
|
||||
- DOCKER_AUTH
|
||||
|
||||
volumes:
|
||||
- name: node_cache_quartz
|
||||
host:
|
||||
path: /drone/volume/node_modules/quartz_release
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
|
||||
@ -75,6 +78,8 @@ steps:
|
||||
DOCKER_REGISTRY_USER:
|
||||
from_secret: DOCKER_REGISTRY_USER
|
||||
volumes:
|
||||
- name: node_cache_quartz
|
||||
path: ${DRONE_WORKSPACE}/node_modules
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
@ -88,6 +93,6 @@ steps:
|
||||
# drone sign --save DockerFiles/quartz
|
||||
---
|
||||
kind: signature
|
||||
hmac: 158b5871208c3dc526169f85e8acbc5098b47f3be5d30ad21a1f93a8f3306c8d
|
||||
hmac: cf0faf7e69ed98a6c0191b3578f874c41d6a297645bcf5c8cc1994c540f207ba
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user