mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-10 12:33:28 +02:00
update docker-image.yaml for node24
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -36,6 +36,8 @@ run-name: Docker-${{ inputs.modelscope_branch }}-${{ inputs.image_type }}-${{ in
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [modelscope-self-hosted-us]
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
||||
|
||||
steps:
|
||||
- name: ResetFileMode
|
||||
@@ -47,7 +49,7 @@ jobs:
|
||||
source ~/.bashrc
|
||||
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.event.inputs.modelscope_branch }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user