androidseb25 / iGotify-Notification-Assistent

Docker container for sending Gotify notifications to iOS devices (bridge to gotify websocket)
MIT License
146 stars 6 forks source link

[FEATURE REQUEST] Add version tags to Docker builds. #100

Open ThreeSixes opened 1 month ago

ThreeSixes commented 1 month ago

Is your feature request related to a problem? Please describe. I am unable to target a specific version of the application when running a docker pull. The only supported tag for v1.3.0.0 is latest. I'd like to be able to control the version my system is pulling through the use of Docker image tags.

Describe the solution you'd like Please update the build pipeline to support tagging various images with their specific version upon release.

Describe alternatives you've considered There aren't any good alternatives to be able to pull specific versions of the image since the only tag seems to be latest.

androidseb25 commented 1 month ago

Why I use only the latest?

The reason is that the app is also be hearing only to the latest version of the container, because the notification informations could be changed in newer versions maybe (more information send to the app or a specific id that is required)

When you use an older version of the container you will get always a dialog prompt in the app to use the latest container version.