尝试修复
Some checks failed
Docker Build / Build and push docker image (push) Failing after 21s

This commit is contained in:
xiaohei 2025-02-16 08:43:16 +08:00
parent 047713f5b7
commit 21e4dfa070

View File

@ -22,7 +22,7 @@ jobs:
steps:
- name: install sysbox dependency
run: apt update && apt install node -y
run: apt update && apt install nodejs -y
- name: Checkout code
uses: actions/checkout@v4