Archived
1
0

Push latest Docker tag along with version tag (#4120)

This commit is contained in:
Asher
2021-09-08 15:00:34 -05:00
committed by GitHub
parent b00afbc034
commit 7a735014bb

View File

@ -12,6 +12,9 @@ group "default" {
target "code-server" {
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"]
}