We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d2e18 commit 33b3c90Copy full SHA for 33b3c90
ci/release-image/docker-bake.hcl
@@ -15,6 +15,8 @@ target "code-server" {
15
tags = [
16
"docker.io/codercom/code-server:latest",
17
notequal("latest",VERSION) ? "docker.io/codercom/code-server:${VERSION}" : "",
18
+ "ghcr.io/coder/code-server:latest",
19
+ notequal("latest",VERSION) ? "ghcr.io/coder/code-server:${VERSION}" : "",
20
]
21
platforms = ["linux/amd64", "linux/arm64"]
22
}
0 commit comments