mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-18 06:29:31 +02:00
Fix example
This commit is contained in:
parent
13836f0377
commit
249c1261b8
@ -1,9 +1,11 @@
|
|||||||
|
target "ghaction-docker-meta" {}
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
targets = ["db", "app"]
|
targets = ["db", "app"]
|
||||||
}
|
}
|
||||||
|
|
||||||
group "release" {
|
group "release" {
|
||||||
targets = ["db", "app-plus"]
|
targets = ["ghaction-docker-meta", "db", "app-plus"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "db" {
|
target "db" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user