fix(ci): fix sha in docker image (#212)

This commit is contained in:
OlivierDehaene 2023-04-20 18:50:47 +02:00 committed by GitHub
parent 709d8936f6
commit 274513e6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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