shawly / docker-ps3netsrv

Alpine based docker image for ps3netsrv (with arm compatibility). Built with the latest ps3netsrv binaries from aldostools (built from sources)
GNU General Public License v3.0
92 stars 13 forks source link

TODO: Automate updates by scanning webMAN-MOD repo for new commits #7

Closed shawly closed 2 years ago

shawly commented 4 years ago

So I don't have to look for changes manually.

749 commented 3 years ago

You could try integrating something like the following in your workflow file to parse the latest git tag starting with "1.".

curl "https://api.github.com/repos/aldostools/webMAN-MOD/tags" | jq -r '[.[]|select(.name | startswith("1.")).name] | first'