Skip to content

Commit 29342af

Browse files
Pin Podman install action to Noble packages
1 parent cc12803 commit 29342af

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/podman-setup/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install Podman
7-
uses: redhat-actions/podman-install@main
7+
uses: redhat-actions/podman-install@5bc2ecc87c737059124c295845be51ee7297fb89
88
with:
9-
podman-version-input: 5.4.2
9+
ubuntu-repository: noble
1010

1111
- name: Configure Podman
1212
shell: bash
1313
run: |
1414
sudo systemctl enable --now podman.socket
15-
sudo chgrp "$(id -gn)" /run/podman/podman.sock
1615
podman --url=unix:///run/podman/podman.sock info
1716
echo "DOCKER_HOST=unix:///run/podman/podman.sock" >> $GITHUB_ENV
1817
echo "CI_PODMAN=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)