Skip to content

Commit

Permalink
Remove available_tags section for now
Browse files Browse the repository at this point in the history
  • Loading branch information
emrul committed Sep 13, 2024
1 parent f49108b commit 0b49a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processing/add_next_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ glob("../workspaces/**/workspace.json", async function (err, files) {
version,
image: image + tag,
uncompressed_size_mb: 0,
/*
available_tags: [
'develop',
tagversion,
tagversion + '-rolling-weekly',
tagversion + '-rolling-daily'
]
*/
}

if (exists === -1) {
Expand Down

0 comments on commit 0b49a76

Please sign in to comment.