cicd: attempt fix

This commit is contained in:
light7734 2024-10-14 13:49:43 +03:30
parent 579012254d
commit 3d7c13e1b5
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 10 deletions

View File

@ -11,14 +11,6 @@ volumes:
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
steps: steps:
- name: setup_image - name: setup_image
image: docker image: docker
@ -35,10 +27,10 @@ steps:
- sleep 5 - sleep 5
- name: list_images - name: list_images
image: docker:dind image: docker
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run/docker.sock
commands: commands:
- docker images - docker images