ci: use docker socket from runner
This commit is contained in:
		| @@ -28,7 +28,6 @@ jobs: | |||||||
|  |  | ||||||
|     container: |     container: | ||||||
|       image: altlinux.space/maks1ms/actions-container-runner:latest |       image: altlinux.space/maks1ms/actions-container-runner:latest | ||||||
|       privileged: true |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
| @@ -52,8 +51,6 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Run E2E tests |       - name: Run E2E tests | ||||||
|         env: |         env: | ||||||
|           DOCKER_HOST: unix:///tmp/podman.sock |  | ||||||
|           IGNORE_ROOT_CHECK: 1 |           IGNORE_ROOT_CHECK: 1 | ||||||
|         run: | |         run: | | ||||||
|           podman system service -t 0 unix:///tmp/podman.sock & |  | ||||||
|           make e2e-test |           make e2e-test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user