mirror of https://git.tuxpa.in/a/code-server.git
Push latest Docker tag along with version tag (#4120)
This commit is contained in:
parent
b00afbc034
commit
7a735014bb
|
@ -12,6 +12,9 @@ group "default" {
|
||||||
|
|
||||||
target "code-server" {
|
target "code-server" {
|
||||||
dockerfile = "ci/release-image/Dockerfile"
|
dockerfile = "ci/release-image/Dockerfile"
|
||||||
tags = ["docker.io/codercom/code-server:${VERSION}"]
|
tags = [
|
||||||
|
"docker.io/codercom/code-server:latest",
|
||||||
|
notequal("latest",VERSION) ? "docker.io/codercom/code-server:${VERSION}" : "",
|
||||||
|
]
|
||||||
platforms = ["linux/amd64", "linux/arm64"]
|
platforms = ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue