Skip to content

Commit

Permalink
misc(gha): use correct syntax for settings build args
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 23, 2025
1 parent 8fc84c6 commit eaf4cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
PYTHON_VERSION: ${{ matrix.python-version }}
TRTLLM_VERSION: ${{ env.TENSORRT_LLM_VERSION }}
PYTHON_VERSION=${{ matrix.python-version }}
TRTLLM_VERSION=${{ env.TENSORRT_LLM_VERSION }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2
Expand Down

0 comments on commit eaf4cdc

Please sign in to comment.