We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb0a3 commit 80a642fCopy full SHA for 80a642f
1 file changed
ci/release-image/docker-bake.hcl
@@ -73,7 +73,6 @@ target "code-server-debian-12" {
73
target "code-server-ubuntu-focal" {
74
dockerfile = "ci/release-image/Dockerfile"
75
tags = concat(
76
- gen_tags_for_docker_and_ghcr("ubuntu"),
77
gen_tags_for_docker_and_ghcr("focal"),
78
)
79
args = {
@@ -86,6 +85,7 @@ target "code-server-ubuntu-noble" {
86
85
87
88
gen_tags_for_docker_and_ghcr("noble"),
+ gen_tags_for_docker_and_ghcr("ubuntu"),
89
90
91
BASE = "ubuntu:noble"
0 commit comments