Skip to content

Commit

Permalink
fix run id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Sep 30, 2024
1 parent 2928bb6 commit c513100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build Docker
env:
BUILD_TAG: rocm_jax_r6_1_3_py3_10_id${GITHUB_RUN_ID}
BUILD_TAG: rocm_jax_r6_1_3_py3_10_id${{ github.run_id }}
# XLA_CLONE_DIR:
run: |
./build/rocm/ci_build.sh --rocm_version 6.1.3 \
Expand Down

0 comments on commit c513100

Please sign in to comment.