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