mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Update .github/workflows/build.yaml
Co-authored-by: OlivierDehaene <olivier@huggingface.co>
This commit is contained in:
parent
52c0e0e53b
commit
8e07a2487e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -275,8 +275,8 @@ jobs:
|
|||||||
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}+rocm
|
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}+rocm
|
||||||
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}
|
||||||
cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache,mode=min
|
cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache+rocm,mode=min
|
||||||
cache-to: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache,mode=min
|
cache-to: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache+rocm,mode=min
|
||||||
# Sign the resulting Docker image digest except on PRs.
|
# Sign the resulting Docker image digest except on PRs.
|
||||||
# This will only write to the public Rekor transparency log when the Docker
|
# This will only write to the public Rekor transparency log when the Docker
|
||||||
# repository is public to avoid leaking data.
|
# repository is public to avoid leaking data.
|
||||||
|
Loading…
Reference in New Issue
Block a user