Skip to content

Commit 68878f4

Browse files
committed
Make sure "froms" list is unique (so we don't waste time doing "docker pull" on the same thing twice, in some edge cases)
1 parent 9f67c3e commit 68878f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/github-actions/generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ strategy="$(
132132
froms: (
133133
[ .meta.entries[].froms[] ]
134134
- [ .meta.entries[].tags[] ]
135+
| unique
135136
),
136137
dockerfiles: [
137138
.meta.entries[]

0 commit comments

Comments
 (0)