File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 27
27
images : |
28
28
ghcr.io/huggingface/chat-ui-db
29
29
tags : |
30
- type=ref,event=branch
31
- type=ref,event=pr
30
+ type=raw,value=latest,enable={{is_default_branch}}
32
31
type=semver,pattern={{version}}
33
32
type=semver,pattern={{major}}
34
33
type=semver,pattern={{major}}.{{minor}}
47
46
username : ${{ github.repository_owner }}
48
47
password : ${{ secrets.GITHUB_TOKEN }}
49
48
50
- - name : Build and Publish Docker Image
49
+ - name : Build and Publish Docker Image with DB
51
50
uses : docker/build-push-action@v5
52
51
with :
53
52
context : .
70
69
images : |
71
70
ghcr.io/huggingface/chat-ui
72
71
tags : |
73
- type=ref,event=branch
74
- type=ref,event=pr
72
+ type=raw,value=latest,enable={{is_default_branch}}
75
73
type=semver,pattern={{version}}
76
74
type=semver,pattern={{major}}
77
75
type=semver,pattern={{major}}.{{minor}}
90
88
username : ${{ github.repository_owner }}
91
89
password : ${{ secrets.GITHUB_TOKEN }}
92
90
93
- - name : Build and Publish Docker Image
91
+ - name : Build and Publish Docker Image without DB
94
92
uses : docker/build-push-action@v5
95
93
with :
96
94
context : .
You can’t perform that action at this time.
0 commit comments