cicd: fix list images
This commit is contained in:
parent
ec1344d0b5
commit
eb05e55fce
|
@ -37,7 +37,10 @@ steps:
|
|||
- sleep 5
|
||||
|
||||
- name: list_images
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
image: docker:dind
|
||||
commands:
|
||||
- docker images
|
||||
|
||||
|
|
Loading…
Reference in New Issue