Switch to Debian Trixie
Some checks failed
/ build-image (push) Failing after 39s

This commit is contained in:
Peter Cai 2024-02-15 14:57:13 -05:00
parent 06886b4301
commit 87ee8b7eba

View file

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