ci: install Node.js and Docker for actions runtime

This commit is contained in:
Test
2026-09-06 22:36:51 -07:00
parent a48b6fdb54
commit 66fca7a181
+3
View File
@@ -15,6 +15,9 @@ jobs:
REGISTRY: forgejo.riotpiao.com
IMAGE: forgejo.riotpiao.com/rock/poimen-workflows
steps:
- name: Install Node.js and Docker for actions runtime
run: apt-get update && apt-get install -y nodejs docker.io
- name: Configure git authentication
run: |
git config --global url."https://oauth2:${{ secrets.REGISTRY_PAT }}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com"