Make sure "froms" list is unique (so we don't waste time doing "docker pull" on the same thing twice, in some edge cases)
This commit is contained in:
parent
9f67c3e82a
commit
68878f489c
|
|
@ -132,6 +132,7 @@ strategy="$(
|
||||||
froms: (
|
froms: (
|
||||||
[ .meta.entries[].froms[] ]
|
[ .meta.entries[].froms[] ]
|
||||||
- [ .meta.entries[].tags[] ]
|
- [ .meta.entries[].tags[] ]
|
||||||
|
| unique
|
||||||
),
|
),
|
||||||
dockerfiles: [
|
dockerfiles: [
|
||||||
.meta.entries[]
|
.meta.entries[]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue