@@ -16,6 +16,10 @@ jobs:
|
||||
PODMAN_STORAGE: ${{ gitea.workspace }}/.podman-storage
|
||||
PODMAN_RUNROOT: ${{ gitea.workspace }}/.podman-runroot
|
||||
steps:
|
||||
- name: Install node
|
||||
run: dnf install --assumeyes nodejs
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install podman
|
||||
run: dnf install --assumeyes podman
|
||||
- name: Load build image
|
||||
@@ -43,10 +47,6 @@ jobs:
|
||||
"$BUILDER_IMAGE"
|
||||
$PODMAN image list
|
||||
$PODMAN container list
|
||||
- name: Install node
|
||||
run: dnf install --assumeyes nodejs
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
- name: List again
|
||||
run: |
|
||||
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
|
||||
|
||||
Reference in New Issue
Block a user