cicd: attempt fix

This commit is contained in:
light7734 2024-10-14 13:36:06 +03:30
parent 4bf1d0e24c
commit cbcc23a710
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
steps:
- name: setup_image
image: docker:latest
image: docker:dind
commands:
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .