mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[GH-ISSUE #110] Using latest container build but installed old version #55
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @anasfanani on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/110
Notice this build log
Setting application version: 3.7.1Web UI also show installed with 3.7.1
This my deploy configuration using dokku.
Build log:
@arunavo4 commented on GitHub (Oct 2, 2025):
Hey this is caused by a release that's there but I have not marked it latest as we need to test it for a specific thing
@anasfanani commented on GitHub (Oct 2, 2025):
I also test build my own docker image with this.
And still show
3.7.1, if this is not a latest release why not mark it asv3.8.0-pre@arunavo4 commented on GitHub (Oct 2, 2025):
Heyy @anasfanani my bad i forgot to change the version number on
package.jsongithub.com/RayLabsHQ/gitea-mirror@b39d7a2179/package.json (L4)@anasfanani commented on GitHub (Oct 2, 2025):
I recomend to create scripts helper to manage version without manual edit file each time, example https://github.com/coder/registry/blob/main/.github/scripts/version-bump.sh
Me also trying follow versioning best practice like this https://github.com/coder/registry/blob/main/CONTRIBUTING.md#versioning-guidelines
@arunavo4 commented on GitHub (Oct 2, 2025):
@anasfanani for now use the latest
v3.8.2and I will look into integrating the scripts