Update circle-deploy.sh

This commit is contained in:
Adam Hill 2020-03-16 17:57:21 -05:00 committed by GitHub
parent e6a9cd5ce2
commit e0e6b491c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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