From 7438679731303bbefb0283608e37a855be725411 Mon Sep 17 00:00:00 2001 From: Steve Nay <265958+snay2@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:52:13 -0600 Subject: [PATCH] Remove last reference to Docker Hub and use a more precise term --- scripts/push-docker-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push-docker-images b/scripts/push-docker-images index 1736c61d..730ae419 100755 --- a/scripts/push-docker-images +++ b/scripts/push-docker-images @@ -14,7 +14,7 @@ DOCKER_CLI_CONFIG="$HOME/.docker/config.json" USAGE=$(cat << 'EOM' Usage: push-docker-images [-p ] - Pushes docker images for the platform pairs passed in w/ a dockerhub manifest + Pushes docker images for the platform pairs passed in w/ a manifest list Example: push-docker-images -p "linux/amd64,linux/arm" Optional: -p Platform pair list (os/architecture) [DEFAULT: linux/amd64]