mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
do not login to internal registry
This commit is contained in:
parent
13bbf6cc5c
commit
f16f0ad92b
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -208,12 +208,12 @@ jobs:
|
||||
- name: Inject slug/short variables
|
||||
uses: rlespinasse/github-slug-action@v4.4.1
|
||||
|
||||
- name: Login to internal Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
||||
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
||||
registry: registry.internal.huggingface.tech
|
||||
# - name: Login to internal Container Registry
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
||||
# registry: registry.internal.huggingface.tech
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
Loading…
Reference in New Issue
Block a user