Skip to content

Commit

Permalink
Merge pull request #576 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 Jan 22, 2025
2 parents 8ac9d9c + 5c369b7 commit ed7e9a4
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": 194138446,
"tag_name": "v27.5.0",
"html_url": "https://github.com/moby/moby/releases/tag/v27.5.0",
"id": 196137348,
"tag_name": "v27.5.1",
"html_url": "https://github.com/moby/moby/releases/tag/v27.5.1",
"assets": []
},
"v27.5.1": {
"id": 196137348,
"tag_name": "v27.5.1",
"html_url": "https://github.com/moby/moby/releases/tag/v27.5.1",
"assets": []
},
"v27.5.0": {
Expand All @@ -12,9 +18,9 @@
"assets": []
},
"edge": {
"id": 194138446,
"tag_name": "v27.5.0",
"html_url": "https://github.com/moby/moby/releases/tag/v27.5.0",
"id": 196137348,
"tag_name": "v27.5.1",
"html_url": "https://github.com/moby/moby/releases/tag/v27.5.1",
"assets": []
},
"v27.5.0-rc.2": {
Expand Down

0 comments on commit ed7e9a4

Please sign in to comment.