mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Fix def
This commit is contained in:
parent
69d0f57c07
commit
a932807deb
3 changed files with 2 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ group "default" {
|
|||
}
|
||||
|
||||
group "release" {
|
||||
targets = ["ghaction-docker-meta", "db", "app-plus"]
|
||||
targets = ["db", "app-plus"]
|
||||
}
|
||||
|
||||
target "db" {
|
||||
|
|
@ -14,6 +14,7 @@ target "db" {
|
|||
}
|
||||
|
||||
target "app" {
|
||||
inherits = ["ghaction-docker-meta"]
|
||||
context = "./test"
|
||||
dockerfile = "Dockerfile"
|
||||
args = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue