do not login to internal registry
This commit is contained in:
parent
13bbf6cc5c
commit
f16f0ad92b
|
@ -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