Skip to content

Commit 50ab6a7

Browse files
committed
chore: debug podman v7
1 parent b3fd76d commit 50ab6a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ jobs:
7676
docker save ci/voxbox:${{ matrix.rubygem_puppet }} | podman load
7777
7878
mkdir -p ~/.config/containers
79-
cat > ~/.config/containers/containers.conf <<'EOF'
79+
cat << EOF > ~/.config/containers/containers.conf
8080
[engine]
8181
userns = "keep-id"
8282
EOF
8383
84+
podman info | grep -A3 userns
85+
8486
- name: Test container
8587
run: |
8688
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T

0 commit comments

Comments
 (0)