docker-bake.hcl145 B
View on GitHubvariable "TAG" {
default = "atmos-container-step:bake"
}
target "app" {
context = "."
dockerfile = "Dockerfile"
tags = [TAG]
}
variable "TAG" {
default = "atmos-container-step:bake"
}
target "app" {
context = "."
dockerfile = "Dockerfile"
tags = [TAG]
}