This commit is contained in:
parent
b772b7e868
commit
fcba0c8c6a
@ -6,7 +6,9 @@ steps:
|
||||
image: docker
|
||||
commands:
|
||||
- docker build --rm -t dagobert:latest .
|
||||
volumes: [ /var/run/docker.sock:/var/run/docker.sock ]
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user