-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build-docker-image.yml (#312)
* Update build-docker-image.yml * fix: scripts config Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]> * fix: copyright-add Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]> * fix: docker compose Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]> --------- Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
- Loading branch information
Showing
77 changed files
with
1,053 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ jobs: | |
type=ref,event=branch | ||
type=ref,event=pr | ||
type=semver,pattern={{version}} | ||
type=semver,pattern=v{{version}} | ||
type=semver,pattern={{major}}.{{minor}} | ||
type=semver,pattern={{major}} | ||
type=sha | ||
|
@@ -85,6 +86,15 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat | ||
tags: | | ||
type=schedule | ||
type=ref,event=branch | ||
type=ref,event=pr | ||
type=semver,pattern={{version}} | ||
type=semver,pattern=v{{version}} | ||
type=semver,pattern={{major}}.{{minor}} | ||
type=semver,pattern={{major}} | ||
type=sha | ||
- name: Log in to AliYun Docker Hub | ||
uses: docker/login-action@v2 | ||
|
@@ -118,6 +128,15 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
images: ghcr.io/openimsdk/openim-chat | ||
tags: | | ||
type=schedule | ||
type=ref,event=branch | ||
type=ref,event=pr | ||
type=semver,pattern={{version}} | ||
type=semver,pattern=v{{version}} | ||
type=semver,pattern={{major}}.{{minor}} | ||
type=semver,pattern={{major}} | ||
type=sha | ||
- name: Log in to GitHub Container Registry | ||
uses: docker/login-action@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Configuration file | ||
|
||
The configuration file is automatically generated through make init or scripts/init-config.sh. | ||
|
||
Add the configuration file to the policy that adds version management | ||
|
||
|
||
```bash | ||
make init | ||
``` | ||
|
||
|
||
## Fix config/config.yaml | ||
|
||
```bash | ||
vim config/config.yaml | ||
``` |
15 changes: 0 additions & 15 deletions
15
deployment/helm-charts/charts/admin-rpc/templates/service.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
deployment/helm-charts/charts/admin-rpc/templates/serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
deployment/helm-charts/charts/chat-api/templates/service.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
deployment/helm-charts/charts/chat-api/templates/serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
deployment/helm-charts/charts/chat-rpc/templates/service.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
deployment/helm-charts/charts/chat-rpc/templates/serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
deployment/helm-charts/Chart.yaml → deployments/helm-charts/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
...t/helm-charts/charts/admin-rpc/Chart.yaml → ...s/helm-charts/charts/admin-rpc/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
...harts/admin-rpc/templates/deployment.yaml → ...harts/admin-rpc/templates/deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...harts/charts/admin-rpc/templates/hpa.yaml → ...harts/charts/admin-rpc/templates/hpa.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...s/charts/admin-rpc/templates/ingress.yaml → ...s/charts/admin-rpc/templates/ingress.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.