test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-04-15 17:52:19 -05:00
parent 9817e35967
commit 85eba65fa6
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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