Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update load file logic. #2700

Merged
merged 9 commits into from
Oct 8, 2024
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
Loading