docker socket
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
fe06378898
commit
a188dcf82c
@ -16,7 +16,8 @@ steps:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- name: docker-socket
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker build -t code.anufrij.de/webplay/client:latest ./docker
|
||||
|
||||
@ -28,3 +29,8 @@ steps:
|
||||
|
||||
- name: docker-publish
|
||||
image: docker
|
||||
|
||||
volumes:
|
||||
- name: docker-socket
|
||||
host:
|
||||
path: /var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user