Network host.

This commit is contained in:
Nicolas Patry 2024-06-24 15:30:49 +02:00
parent 2657a5df09
commit 161bead116
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ jobs:
build-args: |
GIT_SHA=${{ env.GITHUB_SHA }}
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}
network: host
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
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${{ env.LABEL }},mode=min