cicd: add depends_on clause
This commit is contained in:
parent
6df8298766
commit
57ca43af22
|
@ -17,6 +17,8 @@ services:
|
|||
steps:
|
||||
- name: setup_image
|
||||
image: docker:latest
|
||||
depends_on:
|
||||
- docker
|
||||
commands:
|
||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||
|
||||
|
|
Loading…
Reference in New Issue