From 85eba65fa65be1a3493c973bc131f718c9e2ea31 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Apr 2023 17:52:19 -0500 Subject: [PATCH] test --- push-container.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-container.nu b/push-container.nu index 4de68fe..f2fa20e 100644 --- a/push-container.nu +++ b/push-container.nu @@ -75,7 +75,7 @@ def main [ print "XXX" $env.PLUGIN_PASSWORD | podman login --username $env.PLUGIN_USERNAME --password-stdin $env.PLUGIN_REGISTRY print "YYY" - let old_image = (podman load --input $input | parse "Loaded image: {image}" | get 0.image) + let old_image = (podman load --input $input | str trim | parse "Loaded image: {image}" | get 0.image) print "ZZZ" print $old_image podman images