mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #577] [MERGED] Tag container images with v{major} #735
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?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/577
Author: @max-baz
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/27/2025
Merged by: @stonith404
Base:
main← Head:patch-1📝 Commits (1)
b3b5313Tag container images with v{major}📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -0)📄 Description
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!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.