Skip to content

Commit

Permalink
修改 ci 流程
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 29, 2024
1 parent 74335f7 commit efba22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efba22f

Please sign in to comment.