-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: only formal tag will push the latest image (#1116)
- Loading branch information
1 parent
bbf634a
commit 8e6fa13
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ name: Build Latest Docker Image For Release | |
|
||
on: | ||
push: | ||
branches: [ "main"] | ||
tags: | ||
- v2.* | ||
- v1.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ name: Build Docker Image For Release | |
|
||
on: | ||
push: | ||
branches: [ "main"] | ||
tags: | ||
- v2.* | ||
- v1.* | ||
|