cicd: add missing period
This commit is contained in:
parent
dbd4009f31
commit
5f3e799ec4
|
@ -18,7 +18,7 @@ steps:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64
|
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||||
|
|
||||||
- name: wait_for_image
|
- name: wait_for_image
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
Loading…
Reference in New Issue