mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #213] [BUG] Inconsistent Semver docker tag format #150
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#150
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 @FlipEnergy on GitHub (Mar 2, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/213
Describe the bug
Please push docker images with consistent format of semver. The older ones don't have a
vprefix, i.e.0.1.2but the newer ones do, i.e.v0.3.1.Please either drop the
vprefix, or have both tags available, i.e.v0.3.1and0.3.1for the same image.Thanks!
To Reproduce
N/A
Deployment Method
runexecutableVersion of Whoogle Search
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
@benbusby commented on GitHub (Mar 3, 2021):
The
vhas been removed for current and future version builds. The only webhook I can easily retrigger is the one for0.3.1(latest tag), so that one is fixed on docker hub, but0.3.0should be the only one with the prefix now.