use proper name for ci (#2274)

This commit is contained in:
Adrien 2024-07-22 21:50:53 +02:00 committed by GitHub
parent 6aeb669072
commit 4700465192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
runs-on: runs-on:
group: aws-r6id-8xlarge-priv group: aws-highmemory-32-plus-priv
permissions: permissions:
contents: write contents: write
packages: write packages: write
@ -49,7 +49,7 @@ jobs:
export dockerfile="Dockerfile" export dockerfile="Dockerfile"
export label_extension="" export label_extension=""
export docker_devices="" export docker_devices=""
export runs_on="aws-g5-12xlarge" export runs_on="aws-g5-12xlarge-plus"
;; ;;
rocm) rocm)
export dockerfile="Dockerfile_amd" export dockerfile="Dockerfile_amd"