This commit is contained in:
parent
2a40dbae0f
commit
32f1569969
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,11 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:slim
|
image: rust:slim
|
||||||
|
@ -17,6 +22,9 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: "/var/run/docker.sock"
|
||||||
environment:
|
environment:
|
||||||
REGISTRY: git2.zettoit.eu/zettoit/bin
|
REGISTRY: git2.zettoit.eu/zettoit/bin
|
||||||
REGISTRY_USER: droneci
|
REGISTRY_USER: droneci
|
||||||
|
|
Loading…
Reference in a new issue