Revert "Switch to Debian Trixie"

This reverts commit 87ee8b7eba.
This commit is contained in:
Peter Cai 2024-02-15 15:05:45 -05:00
parent 87ee8b7eba
commit bba6274869

View file

@ -4,14 +4,13 @@ jobs:
build-image:
runs-on: docker
container:
image: debian:trixie
image: node:18-alpine
volumes:
- /var/lib/containers
steps:
- name: Install packages
run: |
apt-get -y update
apt-get -y install git nodejs podman
apk add git podman
- name: Fixup subuid/subgid
run: |