Skip to content

Commit 80a642f

Browse files
authored
Update ubuntu tag to noble 24.04 (#7763)
1 parent ddeb0a3 commit 80a642f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/release-image/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ target "code-server-debian-12" {
7373
target "code-server-ubuntu-focal" {
7474
dockerfile = "ci/release-image/Dockerfile"
7575
tags = concat(
76-
gen_tags_for_docker_and_ghcr("ubuntu"),
7776
gen_tags_for_docker_and_ghcr("focal"),
7877
)
7978
args = {
@@ -86,6 +85,7 @@ target "code-server-ubuntu-noble" {
8685
dockerfile = "ci/release-image/Dockerfile"
8786
tags = concat(
8887
gen_tags_for_docker_and_ghcr("noble"),
88+
gen_tags_for_docker_and_ghcr("ubuntu"),
8989
)
9090
args = {
9191
BASE = "ubuntu:noble"

0 commit comments

Comments
 (0)