Compare commits

..

No commits in common. "87ee8b7eba3457b263cbbadc1d4af8344afa1bee" and "d66609a954ea2aba8854ebb70104f5b7ae99e267" have entirely different histories.

View file

@ -4,19 +4,12 @@ jobs:
build-image:
runs-on: docker
container:
image: debian:trixie
volumes:
- /var/lib/containers
image: quay.io/podman/stable
steps:
- name: Install packages
run: |
apt-get -y update
apt-get -y install git nodejs 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: |