cicd: add dind service

This commit is contained in:
light7734 2024-10-14 13:00:02 +03:30
parent 9295fc2078
commit 2b2839c142
Signed by: light7734
GPG key ID: 37FDF7099B2AB7A7

View file

@ -12,6 +12,8 @@ workspace:
steps:
- name: setup_image
image: docker:latest
services:
- docker:dind
commands:
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .