cicd: add missing period

This commit is contained in:
light7734 2024-10-14 13:52:07 +03:30
parent dbd4009f31
commit 5f3e799ec4
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
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
image: alpine