Compare commits
2 Commits
067477431b
...
b013e10814
| Author | SHA1 | Date | |
|---|---|---|---|
|
b013e10814
|
|||
|
d5d236d52b
|
@@ -8,7 +8,7 @@ group "default" {
|
||||
target "docker-metadata-action" {}
|
||||
|
||||
target "automation" {
|
||||
inherits = ["docker-metadata-action"]
|
||||
inherits = ["docker-metadata-action", "common"]
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
|
||||
|
||||
Reference in New Issue
Block a user