This commit is contained in:
parent
d70ce97634
commit
55c168c2e8
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: build and push
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
- name: docker.sock
|
||||
path: /var/run
|
||||
environment:
|
||||
CI_REGISTRY:
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
- name: docker.sock
|
||||
path: /var/run
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Add table
Reference in a new issue