cicd: merge list_images and setup_image stepcgs

This commit is contained in:
light7734 2024-10-14 14:34:17 +03:30
parent 14072f8a34
commit ee7a87afec
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 0 additions and 7 deletions

View File

@ -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