From 68878f489c56a999d80cab20eae875000a6de03e Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 29 Apr 2020 14:28:31 -0700 Subject: [PATCH] Make sure "froms" list is unique (so we don't waste time doing "docker pull" on the same thing twice, in some edge cases) --- scripts/github-actions/generate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/github-actions/generate.sh b/scripts/github-actions/generate.sh index d09a816..f0204c5 100755 --- a/scripts/github-actions/generate.sh +++ b/scripts/github-actions/generate.sh @@ -132,6 +132,7 @@ strategy="$( froms: ( [ .meta.entries[].froms[] ] - [ .meta.entries[].tags[] ] + | unique ), dockerfiles: [ .meta.entries[]