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
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:
parent
378827971c
commit
26155427bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue