mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-10 03:20:24 +02:00
Fix example
This commit is contained in:
parent
13836f0377
commit
249c1261b8
@ -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…
x
Reference in New Issue
Block a user