Skip to content

Commit

Permalink
ci: automatically update oci/mimir/_releases.json, from https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2024
1 parent 7406d79 commit 468f46a
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion oci/mimir/_releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"2-22.04": {
"stable": {
"target": "1"
"target": "2"
},
"candidate": {
"target": "2-22.04_stable"
Expand All @@ -40,5 +40,47 @@
"edge": {
"target": "2-22.04_beta"
}
},
"2.10.4-22.04": {
"stable": {
"target": "2"
},
"candidate": {
"target": "2.10.4-22.04_stable"
},
"beta": {
"target": "2.10.4-22.04_candidate"
},
"edge": {
"target": "2.10.4-22.04_beta"
}
},
"2.10-22.04": {
"stable": {
"target": "2"
},
"candidate": {
"target": "2.10-22.04_stable"
},
"beta": {
"target": "2.10-22.04_candidate"
},
"edge": {
"target": "2.10-22.04_beta"
}
},
"2.10.0-22.04": {
"stable": {
"target": "3"
},
"candidate": {
"target": "2.10.0-22.04_stable"
},
"beta": {
"target": "2.10.0-22.04_candidate"
},
"edge": {
"target": "2.10.0-22.04_beta"
}
}
}

0 comments on commit 468f46a

Please sign in to comment.