Commit 98788d1
committed
fix: restrict Docker latest tag to releases only
- Latest tag now only applied on git tag releases (refs/tags/v*)
- Removes latest tag from main branch pushes to prevent confusion
- Semantic version tags also restricted to releases only
- Main tag still available for both releases and main branch pushes
This ensures the latest tag always points to the most recent stable release
rather than development commits on main branch.1 parent 22ce2a1 commit 98788d1
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments