mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: update load file logic. (#2700)
* refactor: add GetAdminToken interface. * update config. * update workflows logic. * feat: improve publish docker image workflows * update condition logic. * fix: update load file logic.
This commit is contained in:
parent
93f6c92efa
commit
a87829c87f
17
.github/workflows/publish-docker-image.yml
vendored
17
.github/workflows/publish-docker-image.yml
vendored
@ -97,21 +97,6 @@ jobs:
|
|||||||
# exit 0
|
# exit 0
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
publish-docker-images:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build-and-test
|
|
||||||
if: success()
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
path: main-repo
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Load Docker image from file
|
- name: Load Docker image from file
|
||||||
run: docker load -i image.tar
|
run: docker load -i image.tar
|
||||||
|
|
||||||
@ -123,8 +108,6 @@ jobs:
|
|||||||
openim/openim-server
|
openim/openim-server
|
||||||
ghcr.io/openimsdk/openim-server
|
ghcr.io/openimsdk/openim-server
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
|
||||||
|
|
||||||
# generate Docker tags based on the following events/attributes
|
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
type=schedule
|
type=schedule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user