misc(ci): go

This commit is contained in:
Morgan Funtowicz 2025-01-06 22:59:19 +01:00
parent 77cbd65f8e
commit c218e3df4f

View File

@ -30,7 +30,7 @@ jobs:
docker_image: ${{ steps.final.outputs.docker_image }} docker_image: ${{ steps.final.outputs.docker_image }}
label: ${ steps.final.outputs.label }} label: ${ steps.final.outputs.label }}
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
runs-on: runs-on:
group: aws-highmemory-64-plus-priv group: aws-highmemory-64-plus-priv
@ -141,10 +141,8 @@ jobs:
cancel-in-progress: true cancel-in-progress: true
runs-on: runs-on:
group: aws-g6-12xl-plus-priv-cache group: aws-g6-12xl-plus-priv-cache
env:
DOCKER_IMAGE: ${{ needs.build-and-push.outputs.docker_image }}
container: container:
image: ${DOCKER_IMAGE} image: ${{ needs.build-and-push.outputs.docker_image }}
credentials: credentials:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}