mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #577] Tag container images with v{major} #738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/pocket-id/pocket-id/pull/577
State: closed
Merged: Yes
I'd like to enable auto-update on PocketID container, which would periodically fetch
v1tag, and pull all the future releases, likev1.0.1,v1.1.0,v1.3.7, etc - any future releases up to a point when you cut the nextv2with breaking changes.Right now we have to either use
v1.0and manually keep track of whenv1.1gets released and manually updating the tag, or uselatestand have the app break whenever the next major version is released.Thanks!