Skip to content

Commit

Permalink
CI: only formal tag will push the latest image (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars authored Sep 23, 2024
1 parent bbf634a commit 8e6fa13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-image-for-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ name: Build Latest Docker Image For Release

on:
push:
branches: [ "main"]
tags:
- v2.*
- v1.*
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-image-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ name: Build Docker Image For Release

on:
push:
branches: [ "main"]
tags:
- v2.*
- v1.*
Expand Down

0 comments on commit 8e6fa13

Please sign in to comment.