Drone: make Docker steps privileged
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
06d9eb7d6e
commit
dfc242b638
@ -10,6 +10,7 @@ metadata:
|
||||
services:
|
||||
- name: dind-daemon
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
|
||||
steps:
|
||||
- name: node.js build
|
||||
@ -21,6 +22,7 @@ steps:
|
||||
|
||||
- name: container build
|
||||
image: docker:latest
|
||||
privileged: true
|
||||
commands:
|
||||
- "sleep 30"
|
||||
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
|
||||
|
Loading…
Reference in New Issue
Block a user