do not login to internal registry

This commit is contained in:
Felix Marty 2024-06-24 08:04:12 +00:00 committed by Nicolas Patry
parent 13bbf6cc5c
commit f16f0ad92b
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
1 changed files with 6 additions and 6 deletions

View File

@ -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