From b591c9176f7d56c7471fa438dedb10d27a8e2eed Mon Sep 17 00:00:00 2001 From: AirryCo Date: Tue, 26 Nov 2024 19:43:21 +0800 Subject: [PATCH] bug fixed. --- .github/workflows/build-release-cron.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-release-cron.yaml b/.github/workflows/build-release-cron.yaml index 3e63848..be98222 100644 --- a/.github/workflows/build-release-cron.yaml +++ b/.github/workflows/build-release-cron.yaml @@ -468,7 +468,6 @@ jobs: - name: Build and Push For BEM if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }} - id: build-and-push uses: docker/build-push-action@v6 with: context: ./docker @@ -482,7 +481,6 @@ jobs: platforms: linux/arm64 - name: Build and Push For Latest if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }} - id: build-and-push uses: docker/build-push-action@v6 with: context: ./docker