This commit is contained in:
		| @@ -10,7 +10,7 @@ steps: | ||||
|   image:  img.kie.rs/jjkiers/rust-dind-cross:1.62-slim | ||||
|   volumes: | ||||
|   - name: dockersock | ||||
|     path: /var/run/docker.sock | ||||
|     path: /var/run | ||||
|   commands: | ||||
|   - cargo check | ||||
|   - while ! docker image ls; do sleep 1; done | ||||
| @@ -31,7 +31,7 @@ services: | ||||
|   privileged: true | ||||
|   volumes: | ||||
|   - name: dockersock | ||||
|     path: /var/run/docker.sock | ||||
|     path: /var/run | ||||
|  | ||||
| volumes: | ||||
| - name: dockersock | ||||
|   | ||||
		Reference in New Issue
	
	Block a user