From d9f3a9f0a30f969c7c9d5c29b715199486d5455f Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 6 Jan 2025 22:23:39 +0100 Subject: [PATCH] misc(ci): gogogo --- .github/workflows/build_trtllm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 267a9139..603d3999 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -26,6 +26,9 @@ permissions: jobs: build-and-push: + outputs: + 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 }} cancel-in-progress: true