Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Oct 22, 2024
1 parent 8937368 commit 9e6fa8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
ref: ${{ github.ref }}

push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/develop-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
ref: ${{ github.ref }}

push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
draft: true

push-image:
needs: create-release
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
Expand Down

0 comments on commit 9e6fa8e

Please sign in to comment.