Add priority to podman update notifications

main
trivernis 1 year ago
parent 0d74097da0
commit 5605bc3a12
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -52,6 +52,6 @@ def print_needs_update [ntfy: bool] {
print $"Image `($data.Name)` needs to be updated." print $"Image `($data.Name)` needs to be updated."
if $ntfy { if $ntfy {
cntfy publish --tags [ podman $data.Name ] --title $"($data.Name) outdated" "updates" $"Container ($data.Name) needs to be updated." cntfy publish --tags [ podman $data.Name ] --priority 4 --title $"($data.Name) outdated" "updates" $"Container ($data.Name) needs to be updated."
} }
} }
Loading…
Cancel
Save