We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63225a7 commit ba93898Copy full SHA for ba93898
1 file changed
.github/actions/podman-setup/action.yml
@@ -6,6 +6,11 @@ runs:
6
- name: Podman setup
7
shell: bash
8
run: |
9
+ mkdir -p ~/.config/containers
10
+ cat <<EOF > ~/.config/containers/containers.conf
11
+ [engine]
12
+ runtime = "runc"
13
+ EOF
14
systemctl enable --now --user podman podman.socket
15
podman info
16
echo "DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV
0 commit comments