From 7767ceb85af2e5254477357976feee49ca7eab3a Mon Sep 17 00:00:00 2001 From: David Personette Date: Sat, 2 May 2020 09:32:54 -0400 Subject: [PATCH] hooks/post_push better option to stop pointless failures --- hooks/post_push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_push b/hooks/post_push index 3c767dd..e234466 100644 --- a/hooks/post_push +++ b/hooks/post_push @@ -3,4 +3,4 @@ # Use manifest-tool to create the manifest, given the experimental # "docker manifest" command isn't available yet on Docker Hub. -./manifest-tool push from-spec multi-arch-manifest.yaml \ No newline at end of file +./manifest-tool push from-spec multi-arch-manifest.yaml --ignore-missing \ No newline at end of file