cicd: attempt fix
This commit is contained in:
parent
4bf1d0e24c
commit
cbcc23a710
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue