ci(e2e): add caching for podman images
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
|
||||||
options: --privileged
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -39,6 +38,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
|
|
||||||
|
- name: Cache Podman images
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.local/share/containers/storage
|
||||||
|
/var/lib/containers/storage
|
||||||
|
key: ${{ runner.os }}-primes
|
||||||
|
|
||||||
- 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