From efba22fca43324036b53314f97d719f99908b24b Mon Sep 17 00:00:00 2001 From: Smilin Date: Mon, 29 Apr 2024 16:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20ci=20=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 17f7f93..5f2a020 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -57,7 +57,6 @@ jobs: tag: runs-on: ubuntu-latest - needs: setup-and-cache outputs: latest_tag: ${{ steps.latest_tag.outputs.tag }} need_create: ${{ steps.latest_tag.outputs.need_create }} @@ -113,7 +112,7 @@ jobs: docker-build: if: github.ref == 'refs/heads/release' runs-on: ubuntu-latest - needs: [tag, create-tag] + needs: [setup-and-cache, create-tag] steps: - name: Check out repository code uses: actions/checkout@v4