Unverified Commit 987fdcb1 authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

fix: populate GIT_COMMIT_SHA envvar in containers built in CI (#7001)


Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
parent a9064c51
...@@ -277,6 +277,8 @@ jobs: ...@@ -277,6 +277,8 @@ jobs:
extra_tags: ${{ steps.extra-tags.outputs.tags }} extra_tags: ${{ steps.extra-tags.outputs.tags }}
push_image: ${{ inputs.push_image }} push_image: ${{ inputs.push_image }}
no_load: ${{ inputs.no_load }} no_load: ${{ inputs.no_load }}
extra_build_args: |
DYNAMO_COMMIT_SHA=${{ github.sha }}
- name: Show summary - name: Show summary
shell: bash shell: bash
if: ${{ inputs.push_image && inputs.show_summary }} if: ${{ inputs.push_image && inputs.show_summary }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment