Remove docker manifest -D debug option

pull/3/head 1.4.0
Stefan Scherer 7 years ago committed by GitHub
parent 4a0ea01c1d
commit 78867465b8

@ -41,7 +41,7 @@ if [ "$ARCH" == "amd64" ]; then
"$image:windows-amd64-$TRAVIS_TAG"
./docker manifest annotate "$image:$TRAVIS_TAG" "$image:linux-arm-$TRAVIS_TAG" --os linux --arch arm
./docker manifest annotate "$image:$TRAVIS_TAG" "$image:linux-arm64-$TRAVIS_TAG" --os linux --arch arm64
./docker -D manifest push "$image:$TRAVIS_TAG"
./docker manifest push "$image:$TRAVIS_TAG"
echo "Pushing manifest $image:latest"
./docker -D manifest create "$image:latest" \
@ -51,5 +51,5 @@ if [ "$ARCH" == "amd64" ]; then
"$image:windows-amd64-$TRAVIS_TAG"
./docker manifest annotate "$image:latest" "$image:linux-arm-$TRAVIS_TAG" --os linux --arch arm
./docker manifest annotate "$image:latest" "$image:linux-arm64-$TRAVIS_TAG" --os linux --arch arm64
./docker manifest -D push "$image:latest"
./docker manifest push "$image:latest"
fi

Loading…
Cancel
Save