mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Fix build.
This commit is contained in:
parent
cc9565e805
commit
407492aa7b
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -137,6 +137,7 @@ jobs:
|
||||
install: true
|
||||
buildkitd-config: /tmp/buildkitd.toml
|
||||
- name: Login to internal Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
@ -169,7 +170,7 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
docker.io/library/huggingface/text-generation-inference-ci
|
||||
docker.io/huggingface/text-generation-inference-ci
|
||||
tags: |
|
||||
type=raw,value=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}
|
||||
# If main, release or tag
|
||||
|
Loading…
Reference in New Issue
Block a user