mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Fix example
This commit is contained in:
parent
13836f0377
commit
249c1261b8
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
target "ghaction-docker-meta" {}
|
||||
|
||||
group "default" {
|
||||
targets = ["db", "app"]
|
||||
}
|
||||
|
||||
group "release" {
|
||||
targets = ["db", "app-plus"]
|
||||
targets = ["ghaction-docker-meta", "db", "app-plus"]
|
||||
}
|
||||
|
||||
target "db" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue