Compare commits
	
		
			1 Commits
		
	
	
		
			a785df1ec6
			...
			686da3e036
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 686da3e036 | 
| @@ -27,7 +27,7 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  |  | ||||||
|     container: |     container: | ||||||
|       image: altlinux.space/maks1ms/actions-container-runner:latest |       image: registry.altlinux.org/p11/node:latest | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
| @@ -38,6 +38,9 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           go-version: '1.24'         |           go-version: '1.24'         | ||||||
|        |        | ||||||
|  |       - name: Install deps | ||||||
|  |         run: apt-get update && apt-get install -y podman podman-docker | ||||||
|  |  | ||||||
|       - name: Start Podman service |       - name: Start Podman service | ||||||
|         run: nohup podman system service -t 0 unix:/tmp/podman.sock & |         run: nohup podman system service -t 0 unix:/tmp/podman.sock & | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user