Reapply "Use official podman images"

This reverts commit 06886b4301.
This commit is contained in:
Peter Cai 2024-02-15 15:05:48 -05:00
parent bba6274869
commit 037fe95b37

View file

@ -4,18 +4,12 @@ jobs:
build-image:
runs-on: docker
container:
image: node:18-alpine
volumes:
- /var/lib/containers
image: quay.io/podman/stable
steps:
- name: Install packages
run: |
apk add git podman
- name: Fixup subuid/subgid
run: |
echo 'root:1:999' > /etc/subuid
echo 'root:1:999' > /etc/subgid
dnf -y module install nodejs:18/common
dnf -y install git
- name: Setup podman
run: |