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 cc12803 commit 29342afCopy full SHA for 29342af
1 file changed
.github/actions/podman-setup/action.yml
@@ -4,15 +4,14 @@ runs:
4
using: "composite"
5
steps:
6
- name: Install Podman
7
- uses: redhat-actions/podman-install@main
+ uses: redhat-actions/podman-install@5bc2ecc87c737059124c295845be51ee7297fb89
8
with:
9
- podman-version-input: 5.4.2
+ ubuntu-repository: noble
10
11
- name: Configure Podman
12
shell: bash
13
run: |
14
sudo systemctl enable --now podman.socket
15
- sudo chgrp "$(id -gn)" /run/podman/podman.sock
16
podman --url=unix:///run/podman/podman.sock info
17
echo "DOCKER_HOST=unix:///run/podman/podman.sock" >> $GITHUB_ENV
18
echo "CI_PODMAN=true" >> $GITHUB_ENV
0 commit comments