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
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v4.4.1
|
uses: rlespinasse/github-slug-action@v4.4.1
|
||||||
|
|
||||||
- name: Login to internal Container Registry
|
# - name: Login to internal Container Registry
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
# username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
# password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
||||||
registry: registry.internal.huggingface.tech
|
# registry: registry.internal.huggingface.tech
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
Loading…
Reference in New Issue