mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
add back credentials
This commit is contained in:
parent
dc53846456
commit
04298e5799
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -177,6 +177,9 @@ jobs:
|
||||
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
|
||||
container:
|
||||
image: ${{ needs.build-and-push.outputs.docker_image }}
|
||||
credentials:
|
||||
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
||||
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
||||
options: --shm-size "16gb" --ipc host -v ${{ needs.build-and-push.outputs.docker_volume }}:/data
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user