Skip to content

Commit 7a73501

Browse files
authored
Push latest Docker tag along with version tag (#4120)
1 parent b00afbc commit 7a73501

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/release-image/docker-bake.hcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ group "default" {
1212

1313
target "code-server" {
1414
dockerfile = "ci/release-image/Dockerfile"
15-
tags = ["docker.io/codercom/code-server:${VERSION}"]
15+
tags = [
16+
"docker.io/codercom/code-server:latest",
17+
notequal("latest",VERSION) ? "docker.io/codercom/code-server:${VERSION}" : "",
18+
]
1619
platforms = ["linux/amd64", "linux/arm64"]
1720
}

0 commit comments

Comments
 (0)