same for push

This commit is contained in:
El RIDO 2022-12-26 07:06:14 +01:00
parent 6782c6bcca
commit a54d5eaa93

View file

@ -101,7 +101,7 @@ main() {
if is_image_push_required ; then if is_image_push_required ; then
docker_login docker_login
push_image "${BUILD_ARGS}" push_image "${BUILD_ARGS} ${IMAGE_TAGS}"
fi fi
rm -f Dockerfile.edge "${HOME}/.docker/config.json" rm -f Dockerfile.edge "${HOME}/.docker/config.json"