From a54d5eaa937d0f2ccd818b457bf4efa4291679d9 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 26 Dec 2022 07:06:14 +0100 Subject: [PATCH] same for push --- buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildx.sh b/buildx.sh index f07e323..adef19f 100755 --- a/buildx.sh +++ b/buildx.sh @@ -101,7 +101,7 @@ main() { if is_image_push_required ; then docker_login - push_image "${BUILD_ARGS}" + push_image "${BUILD_ARGS} ${IMAGE_TAGS}" fi rm -f Dockerfile.edge "${HOME}/.docker/config.json"