Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-01-30 19:26:40 -06:00
parent 3765d41b5c
commit 1265766b3a
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ if [[ "$CIRCLE_PR_NUMBER" == "" ]]; then
annotate "$MULTIARCH_IMAGE" "$arch_image" "$arch"
done
docker push "$MULTIARCH_IMAGE"
docker manifest inspect "$MULTIARCH_IMAGE"
docker manifest push "$MULTIARCH_IMAGE"
fi