Skip to content

Commit

Permalink
Merge pull request #613 from docker/bot/docker-releases-json
Browse files Browse the repository at this point in the history
Update `.github/docker-releases.json`
  • Loading branch information
crazy-max authored Feb 27, 2025
2 parents 6cd97b3 + f93cd67 commit b5f9106
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/docker-releases.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"latest": {
"id": 201152110,
"tag_name": "v28.0.0",
"html_url": "https://github.com/moby/moby/releases/tag/v28.0.0",
"id": 202550735,
"tag_name": "v28.0.1",
"html_url": "https://github.com/moby/moby/releases/tag/v28.0.1",
"assets": []
},
"v28.0.1": {
"id": 202550735,
"tag_name": "v28.0.1",
"html_url": "https://github.com/moby/moby/releases/tag/v28.0.1",
"assets": []
},
"v28.0.0": {
Expand All @@ -12,9 +18,9 @@
"assets": []
},
"edge": {
"id": 201152110,
"tag_name": "v28.0.0",
"html_url": "https://github.com/moby/moby/releases/tag/v28.0.0",
"id": 202550735,
"tag_name": "v28.0.1",
"html_url": "https://github.com/moby/moby/releases/tag/v28.0.1",
"assets": []
},
"v28.0.0-rc.3": {
Expand Down

0 comments on commit b5f9106

Please sign in to comment.