From 0675c1603f044dc72931ae9110d29935a1a6c8cf Mon Sep 17 00:00:00 2001 From: Hugh Saalmans Date: Tue, 28 Feb 2023 11:53:55 +1100 Subject: [PATCH] improved comment --- .../quarterly_processing/04-create-docker-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting-files/quarterly_processing/04-create-docker-images.sh b/supporting-files/quarterly_processing/04-create-docker-images.sh index 2944b9e..f3e78a4 100644 --- a/supporting-files/quarterly_processing/04-create-docker-images.sh +++ b/supporting-files/quarterly_processing/04-create-docker-images.sh @@ -24,7 +24,7 @@ echo "-------------------------------------------------------------------------- docker build --no-cache --squash --tag docker.io/minus34/gnafloader:latest-gda2020 --tag docker.io/minus34/gnafloader:202302-gda2020 --build-arg BASE_URL="https://minus34.com/opendata/geoscape-202302-gda2020" . echo "---------------------------------------------------------------------------------------------------------------------" -echo "push images (with 4 tags) to Docker Hub" +echo "push images (with 2 new tags) to Docker Hub" echo "---------------------------------------------------------------------------------------------------------------------" docker push minus34/gnafloader --all-tags