Compare commits
1 Commits
686da3e036
...
a785df1ec6
Author | SHA1 | Date | |
---|---|---|---|
a785df1ec6 |
@ -27,7 +27,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: registry.altlinux.org/p11/node:latest
|
image: altlinux.space/maks1ms/actions-container-runner:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -36,10 +36,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: https://github.com/actions/setup-go@v5
|
uses: https://github.com/actions/setup-go@v5
|
||||||
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