Skip to content

Commit

Permalink
misc(ci): go
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 6, 2025
1 parent 113d366 commit f5cdb29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker_image: ${{ steps.final.outputs.docker_image }}
label: ${ steps.final.outputs.label }}
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
runs-on:
group: aws-highmemory-64-plus-priv
Expand Down Expand Up @@ -141,10 +141,8 @@ jobs:
cancel-in-progress: true
runs-on:
group: aws-g6-12xl-plus-priv-cache
env:
DOCKER_IMAGE: ${{ needs.build-and-push.outputs.docker_image }}
container:
image: ${DOCKER_IMAGE}
image: ${{ needs.build-and-push.outputs.docker_image }}
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
Expand Down

0 comments on commit f5cdb29

Please sign in to comment.