Skip to content

Commit

Permalink
Don't publish 1.43 as latest anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Feb 20, 2024
1 parent 9ca7d10 commit 49b8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/theia-slim/getTheiaVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function getTheiaReleases() {
// "latest" tag (default) = latest community release of Theia
const release = (await getTheiaReleases()).find(obj => obj.body.includes("community release"));
theiaVersion = "1.43.1"; // release.tag_name.slice(1);
dockerTags.push(...expandImageTag("latest"),
dockerTags.push(//...expandImageTag("latest"),
...expandImageTag(theiaVersion.slice(0, theiaVersion.lastIndexOf("."))));
} else if (process.argv[2] === "next") {
// "next" tag = latest version of Theia on master branch
Expand Down

0 comments on commit 49b8120

Please sign in to comment.