Compare commits

..

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

View file

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