Skip to main content
docker-bake.hcl145 B
View on GitHub
variable "TAG" {
default = "atmos-container-step:bake"
}

target "app" {
context = "."
dockerfile = "Dockerfile"
tags = [TAG]
}