prvng_extensions/taskservs/storage/oci_reg/generate/_latest.sh
2025-10-07 11:05:08 +01:00

3 lines
127 B
Bash

URL="https://github.com/project-zot/zot/releases/latest"
latest_version=$(curl -s $URL | grep -oP '"tag_name": "\K(.*)(?=")')