From bc43a78209b77ed6eeb882a4dd09d5a600f15639 Mon Sep 17 00:00:00 2001 From: jiuker <2818723467@qq.com> Date: Fri, 1 Dec 2023 01:29:56 +0800 Subject: [PATCH] revert --- .github/workflows/release_manually.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_manually.yml b/.github/workflows/release_manually.yml index ebe52282e..d33d20a36 100644 --- a/.github/workflows/release_manually.yml +++ b/.github/workflows/release_manually.yml @@ -517,7 +517,7 @@ jobs: uses: docker/build-push-action@v3.1.1 with: context: ./arm64/images/ot-redis - file: ./arm64/images/ot-redis/Dockerfile-release-5 + file: ./arm64/images/ot-redis/Dockerfile-release github-token: ${{ secrets.GITHUB_TOKEN }} push: true platforms: ${{ env.BUILD_PLATFORM }}