mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
trigger build
This commit is contained in:
parent
8604d37015
commit
eb033e781f
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -62,16 +62,9 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4.3.0
|
uses: docker/metadata-action@v4.3.0
|
||||||
with:
|
with:
|
||||||
flavor: |
|
|
||||||
latest=auto
|
|
||||||
images: |
|
images: |
|
||||||
# ghcr.io/huggingface/text-generation-inference
|
|
||||||
registry.internal.huggingface.tech/api-inference/community/text-generation-inference
|
registry.internal.huggingface.tech/api-inference/community/text-generation-inference
|
||||||
# db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference
|
|
||||||
tags: |
|
tags: |
|
||||||
# type=semver,pattern={{version}}
|
|
||||||
# type=semver,pattern={{major}}.{{minor}}
|
|
||||||
# type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
|
|
||||||
type=raw,value=llama-sha-${{ env.GITHUB_SHA_SHORT }}
|
type=raw,value=llama-sha-${{ env.GITHUB_SHA_SHORT }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user