Compare commits
2 Commits
master
...
37137e8b0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
37137e8b0a
|
|||
|
f9ba81f2b5
|
@@ -2,17 +2,14 @@ variable "TAG_BASE" {}
|
|||||||
variable "RELEASE_VERSION" {}
|
variable "RELEASE_VERSION" {}
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
targets = ["automation"]
|
targets = ["automation"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "docker-metadata-action" {}
|
target "docker-metadata-action" {}
|
||||||
|
|
||||||
target "automation" {
|
target "automation" {
|
||||||
inherits = ["docker-metadata-action"]
|
inherits = ["docker-metadata-action"]
|
||||||
context = "./"
|
context = "./"
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "Dockerfile"
|
||||||
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
|
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
|
||||||
args = {
|
|
||||||
RELEASE_VERSION="${RELEASE_VERSION}"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user