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

This commit is contained in:
xiaohei 2025-02-16 08:42:29 +08:00
parent fb0cc069e2
commit 047713f5b7

View File

@ -21,6 +21,9 @@ jobs:
runs-on: sysbox
steps:
- name: install sysbox dependency
run: apt update && apt install node -y
- name: Checkout code
uses: actions/checkout@v4