fix(ci): fix sha in docker image

This commit is contained in:
OlivierDehaene 2023-04-20 18:50:23 +02:00
parent 709d8936f6
commit ac1e52a15c

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