feat: add more feature in scripts

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-04 17:09:49 +08:00
parent ada9acf218
commit 12695337e9
5 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: OpenIMCI
name: OpenIM CI
on:
# main branch
@@ -64,7 +64,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build docker images for host arch and push images to registry