Compare commits
1 Commits
a785df1ec6
...
686da3e036
Author | SHA1 | Date | |
---|---|---|---|
686da3e036 |
@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: altlinux.space/maks1ms/actions-container-runner:latest
|
||||
image: registry.altlinux.org/p11/node:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -36,7 +36,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: https://github.com/actions/setup-go@v5
|
||||
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
|
||||
run: nohup podman system service -t 0 unix:/tmp/podman.sock &
|
||||
|
Reference in New Issue
Block a user