milesmcc / shynet

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Apache License 2.0
2.91k stars 188 forks source link

Update docker build & push to use latest versions as well as push to GHCR.IO #286

Closed kashalls closed 1 year ago

kashalls commented 1 year ago

Allows users to either use the ghcr.io package manager or docker.io for their registry needs. Updated the docker build actions to use the most recent released version as well.

Solves #284.

kashalls commented 1 year ago

@milesmcc In order for this to be pushed correctly, we need to enable permissions for workflows to modify packages in the repository setting under actions.

milesmcc commented 1 year ago

Thanks @Kashalls. I'll update those permissions and review this PR shortly.