Commit d4380f0
authored
build: add tag with major version (#389)
Add a tag to the built Docker image with its associated major version
number. This will allow users to get minor and patch updates for free
without having to manually change anything in their pipelines.
i.e. if the current version was `v1.2.3`, we're now adding a new `v1`
tag, along with all the previous ones (`v1.2.3`, `latest`).
closes #3881 parent 1aa8f5d commit d4380f0
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
0 commit comments