File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,12 @@ jobs:
10
10
- name : Checkout
11
11
uses : actions/checkout@v4
12
12
13
- - name : Tailscale
14
- uses : huggingface/tailscale-action@main
15
- with :
16
- authkey : ${{ secrets.TAILSCALE_AUTHKEY }}
17
-
18
13
- name : Docker metadata
19
14
id : meta
20
15
uses : docker/metadata-action@v5
21
16
with :
22
17
images : |
23
- registry.internal. huggingface.tech/chat-ui /chat-ui
18
+ huggingface/chat-ui
24
19
tags : |
25
20
type=raw,value=latest,enable={{is_default_branch}}
26
21
type=sha,enable={{is_default_branch}}
@@ -29,11 +24,10 @@ jobs:
29
24
uses : docker/setup-buildx-action@v3
30
25
31
26
- name : Login to Registry
32
- uses : docker/login-action@v2
27
+ uses : docker/login-action@v3
33
28
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 }}
37
31
38
32
- name : Build and Publish HuggingChat image
39
33
uses : docker/build-push-action@v5
Original file line number Diff line number Diff line change 1
1
image :
2
- repository : registry.internal. huggingface.tech /chat-ui
2
+ repository : huggingface/chat-ui
3
3
name : chat-ui
4
4
5
5
nodeSelector :
@@ -286,7 +286,7 @@ envVars:
286
286
"name": "bge-base-en-v1-5-sxa",
287
287
"displayName": "bge-base-en-v1-5-sxa",
288
288
"chunkCharLength": 512,
289
- "endpoints": [{
289
+ "endpoints": [{
290
290
"type": "tei",
291
291
"url": "https://huggingchat-tei.hf.space/"
292
292
}]
You can’t perform that action at this time.
0 commit comments