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:
|
services:
|
||||||
- name: dind-daemon
|
- name: dind-daemon
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
privileged: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: node.js build
|
- name: node.js build
|
||||||
@ -21,6 +22,7 @@ steps:
|
|||||||
|
|
||||||
- name: container build
|
- name: container build
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- "sleep 30"
|
- "sleep 30"
|
||||||
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
|
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
|
||||||
|
Loading…
Reference in New Issue
Block a user