pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
314 stars 18 forks source link

Provide Docker image tags other than 'latest' #34

Closed eikendev closed 2 years ago

eikendev commented 3 years ago

We should have image tags for versions.

docker/metadata-action looks interesting. Also check out the GitHub documentation.

eikendev commented 2 years ago

A blocker for this is the storage limitation available on the GitHub registry.

Unrelated thought: If there exist images for different versions, the API docs should be available for different versions as well.

eikendev commented 2 years ago

According to the docs storage is free for public packages:

GitHub Packages usage is free for public packages. For private packages, each account on GitHub.com receives a certain amount of free storage and data transfer, depending on the product used with the account.

eikendev commented 2 years ago

Implemented in 1a31b91c18bc49c96805175915fe1b3ae0bcab2a.