File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ inputs:
1111 image_uri :
1212 description : Docker image URI that is built and saved as artifact within workflows
1313 required : true
14- artifact_name :
15- description : Docker image URI that is built and saved as artifact within workflows
16- required : true
17- type : string
14+ # artifact_name:
15+ # description: Docker image URI that is built and saved as artifact within workflows
16+ # required: true
17+ # type: string
1818
1919runs :
2020 using : composite
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 aws_region : ${{ secrets.AWS_REGION }}
102102 aws_account_id : ${{ secrets.AWS_ACCOUNT_ID }}
103103 image_uri : ${{ needs.vars.outputs.image_uri }}
104- artifact_name : sglang-sagemaker-image-uri
104+ # artifact_name: sglang-sagemaker-image-uri
105105
106106 - name : Setup for SGLang datasets
107107 run : |
You can’t perform that action at this time.
0 commit comments