Switch to node:iron-trixie container for better GitHub Actions compatibility
Some checks failed
Build ostree packages from sid to trixie / Build ostree packages (push) Failing after 35s

- Use docker.io/node:iron-trixie instead of debian:unstable
- This provides Node.js support for GitHub Actions while using Debian Trixie base
- Should resolve the 'node: executable file not found' error
- Better compatibility with actions/checkout@v4 and other Node.js-based actions
This commit is contained in:
robojerk 2025-09-06 11:17:42 -07:00
parent 378827971c
commit 26155427bf

View file

@ -11,7 +11,7 @@ jobs:
name: Build ostree packages
runs-on: ubuntu-latest
container:
image: debian:unstable-slim
image: docker.io/node:iron-trixie
steps:
- name: Checkout code