From e0e6b491c978ba9e64b951e16a5f90e0bb24ccf7 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Mon, 16 Mar 2020 17:57:21 -0500 Subject: [PATCH] Update circle-deploy.sh --- circle-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle-deploy.sh b/circle-deploy.sh index 410f1eb..884383a 100755 --- a/circle-deploy.sh +++ b/circle-deploy.sh @@ -46,6 +46,6 @@ if [[ "$CIRCLE_PR_NUMBER" == "" ]]; then done docker manifest inspect "$docker_tag" - docker manifest push "$docker_tag" + docker manifest push --purge "$docker_tag" done; fi