fix(ci): fix sha in docker image (#212)
This commit is contained in:
parent
709d8936f6
commit
274513e6a3
|
@ -96,7 +96,7 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: 'linux/amd64'
|
||||
build-args: |
|
||||
GIT_SHA={{ env.GITHUB_SHA }}
|
||||
GIT_SHA=${{ env.GITHUB_SHA }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache,mode=max
|
||||
|
|
Loading…
Reference in New Issue