cicd: merge list_images and setup_image stepcgs
This commit is contained in:
parent
14072f8a34
commit
ee7a87afec
|
@ -33,13 +33,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
|
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
|
||||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||||
|
|
||||||
- name: list_images
|
|
||||||
image: docker:latest
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
commands:
|
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
- name: echo_info
|
- name: echo_info
|
||||||
|
|
Loading…
Reference in New Issue