Fix example

This commit is contained in:
CrazyMax 2020-12-24 04:00:01 +01:00
parent 13836f0377
commit 249c1261b8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -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" {