From ab779abf16897af565f0749fed61bef5aa2344d8 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Tue, 8 Oct 2024 18:13:33 +0800 Subject: [PATCH] fix: update load file logic. --- .github/workflows/publish-docker-image.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index 9840ed2b7..40b79e61a 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -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 @@ -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