Skip to content

Commit e84eed2

Browse files
authored
remove-internal registry (#1336)
Signed-off-by: Adrien <adrien@huggingface.co>
1 parent 298e07d commit e84eed2

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212

13-
- name: Tailscale
14-
uses: huggingface/tailscale-action@main
15-
with:
16-
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
17-
1813
- name: Docker metadata
1914
id: meta
2015
uses: docker/metadata-action@v5
2116
with:
2217
images: |
23-
registry.internal.huggingface.tech/chat-ui/chat-ui
18+
huggingface/chat-ui
2419
tags: |
2520
type=raw,value=latest,enable={{is_default_branch}}
2621
type=sha,enable={{is_default_branch}}
@@ -29,11 +24,10 @@ jobs:
2924
uses: docker/setup-buildx-action@v3
3025

3126
- name: Login to Registry
32-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
3328
with:
34-
registry: registry.internal.huggingface.tech
35-
username: ${{ secrets.DOCKER_INTERNAL_USERNAME }}
36-
password: ${{ secrets.DOCKER_INTERNAL_PASSWORD }}
29+
username: ${{ secrets.DOCKERHUB_PASSWORD }}
30+
password: ${{ secrets.DOCKERHUB_USERNAME }}
3731

3832
- name: Build and Publish HuggingChat image
3933
uses: docker/build-push-action@v5

chart/env/prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
repository: registry.internal.huggingface.tech/chat-ui
2+
repository: huggingface/chat-ui
33
name: chat-ui
44

55
nodeSelector:
@@ -286,7 +286,7 @@ envVars:
286286
"name": "bge-base-en-v1-5-sxa",
287287
"displayName": "bge-base-en-v1-5-sxa",
288288
"chunkCharLength": 512,
289-
"endpoints": [{
289+
"endpoints": [{
290290
"type": "tei",
291291
"url": "https://huggingchat-tei.hf.space/"
292292
}]

0 commit comments

Comments
 (0)