Use official podman images
Some checks failed
/ build-image (push) Failing after 42s

This commit is contained in:
Peter Cai 2024-02-15 14:53:49 -05:00
parent 17b18b01bb
commit d66609a954

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: |