Skip to content

Commit 2f8df5b

Browse files
committed
do not login to internal registry
1 parent da1eb5c commit 2f8df5b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ jobs:
210210
- name: Inject slug/short variables
211211
uses: rlespinasse/[email protected]
212212

213-
- name: Login to internal Container Registry
214-
uses: docker/login-action@v3
215-
with:
216-
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
217-
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
218-
registry: registry.internal.huggingface.tech
213+
# - name: Login to internal Container Registry
214+
# uses: docker/login-action@v3
215+
# with:
216+
# username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
217+
# password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
218+
# registry: registry.internal.huggingface.tech
219219

220220
- name: Set up Python
221221
uses: actions/setup-python@v4
@@ -241,8 +241,8 @@ jobs:
241241
242242
pytest -s -vvvvv integration-tests
243243
244-
- name: Tailscale Wait
245-
if: ${{ failure() || runner.debug == '1' }}
246-
uses: huggingface/tailscale-action@main
247-
with:
248-
waitForSSH: true
244+
# - name: Tailscale Wait
245+
# if: ${{ failure() || runner.debug == '1' }}
246+
# uses: huggingface/tailscale-action@main
247+
# with:
248+
# waitForSSH: true

0 commit comments

Comments
 (0)