Unverified Commit 274513e6 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

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

parent 709d8936
......@@ -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
......
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