Revert "Use official podman images"

This reverts commit d66609a954.
This commit is contained in:
Peter Cai 2024-02-15 14:56:31 -05:00
parent d66609a954
commit 06886b4301

View file

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