From 57eaac803c81f45c921742044507f6607a476108 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 7 Sep 2024 22:30:08 -0500 Subject: [PATCH] update --- push-container.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push-container.nu b/push-container.nu index 0c07bd9..2b71fa2 100644 --- a/push-container.nu +++ b/push-container.nu @@ -113,7 +113,7 @@ def main [ } else { $registry } - ) | from url | get 0.rest + ) | url parse | url join let repository = ( if ($repository | is-empty) { @@ -130,7 +130,7 @@ def main [ } else { $repository } - ) | url parse | url join + ) regctl registry login $registry --user $auth.username --pass $auth.password