cicd: remove wait for image step

This commit is contained in:
light7734 2024-10-14 14:10:45 +03:30
parent c8d215adde
commit f9a805c2fa
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ steps:
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
- name: wait_for_image
image: alpine
commands:
- sleep 5
- name: list_images
image: docker:latest
volumes: