cicd: change dind service

This commit is contained in:
light7734 2024-10-14 13:02:00 +03:30
parent 2b2839c142
commit 6df8298766
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 5 additions and 2 deletions

View File

@ -9,11 +9,14 @@ platform:
workspace:
path: /opt
services:
- name: docker
image: docker:dind
privileged: true
steps:
- name: setup_image
image: docker:latest
services:
- docker:dind
commands:
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .