Skip to content

Commit

Permalink
fix: update load file logic. (#2700)
Browse files Browse the repository at this point in the history
* refactor: add GetAdminToken interface.

* update config.

* update workflows logic.

* feat: improve publish docker image workflows

* update condition logic.

* fix: update load file logic.
  • Loading branch information
mo3et authored Oct 8, 2024
1 parent 93f6c92 commit a87829c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ jobs:
# exit 0
# 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
run: docker load -i image.tar

Expand All @@ -123,8 +108,6 @@ jobs:
openim/openim-server
ghcr.io/openimsdk/openim-server
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=tag
type=schedule
Expand Down

0 comments on commit a87829c

Please sign in to comment.