Added docker.sock
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
|
||||
container:
|
||||
image: alpine/git
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: main
|
||||
@@ -55,6 +57,8 @@ jobs:
|
||||
|
||||
container:
|
||||
image: alpine/git
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: main
|
||||
|
||||
Reference in New Issue
Block a user