Skip to content
Snippets Groups Projects
Commit a9b5d375 authored by nimrod's avatar nimrod
Browse files

Fixup for wb -u.

parent e237cf49
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ is_latest() {
fi
current="$(podman container inspect "$CONTAINER" --format '{{ .Image }}')"
podman image pull "$IMAGE" > /dev/null
new="$(podman image inspect "$IMAGE" --format '{{.Digest}}')"
new="$(podman image inspect "$IMAGE" --format '{{ .Id }}')"
[ "$new" = "$current" ]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment