Skip to content

Commit 1eca6f0

Browse files
committed
tag gen fix
1 parent be8a0be commit 1eca6f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/gen-container-img-tags.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function generateTags(version: string, runtime: "bun" | "node"): string[] {
2323
tags.push(`${baseImage}:${major}`)
2424
tags.push(`${baseImage}:latest`)
2525
tags.push(`${baseImage}:bun`)
26+
} else {
27+
tags.push(`${baseImage}:beta`)
2628
}
2729
} else {
2830
// Node tags (always suffixed with -node, never gets latest)

0 commit comments

Comments
 (0)