This commit is contained in:
parent
d70ce97634
commit
55c168c2e8
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: build and push
|
- name: build and push
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: docker.sock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
environment:
|
environment:
|
||||||
CI_REGISTRY:
|
CI_REGISTRY:
|
||||||
@ -29,7 +29,7 @@ services:
|
|||||||
image: docker:dind
|
image: docker:dind
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: docker.sock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user