From 1d8b1e8613a4e3f1eb3d8dcad0f1ea1b937f9947 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 21 Aug 2022 16:50:31 +0200 Subject: [PATCH] with all tags --- scripts/push_release.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/push_release.sh b/scripts/push_release.sh index c0d8c52..33e913e 100755 --- a/scripts/push_release.sh +++ b/scripts/push_release.sh @@ -12,7 +12,5 @@ echo "docker: logging in" docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD echo "docker: pushing image $tag" -docker push "$tag" & -docker push "$latest_tag" & -wait +docker push "$base_tag" --all-tags