fix workflow #3
This commit is contained in:
parent
f11d5d11a7
commit
7510dbb77c
1 changed files with 5 additions and 4 deletions
|
@ -10,18 +10,19 @@ jobs:
|
|||
# Point the client at the mounted socket
|
||||
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||
# Make sure podman looks in the correct runtime dir hierarchy
|
||||
XDG_RUNTIME_DIR: /run/user/1001
|
||||
XDG_RUNTIME_DIR: /tmp
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Debug socket perms
|
||||
|
||||
- name: Verify socket visibility
|
||||
run: |
|
||||
set -euo pipefail
|
||||
id -u; id -g
|
||||
ls -ld /run /run/user /run/user/1001 /run/user/1001/podman || true
|
||||
ls -l /run/user/1001/podman || true
|
||||
ls -ld /run/user/1001/podman
|
||||
ls -l /run/user/1001/podman/podman.sock
|
||||
test -S /run/user/1001/podman/podman.sock
|
||||
|
||||
- name: Use host rootless Podman
|
||||
|
|
Loading…
Add table
Reference in a new issue