mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #630] [BUG] Docker image with release version tag not published on time #398
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#398
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 (Jan 29, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/630
Describe the bug
I request that a docker image is pushed to your Docker hub repository (benbusby/whoogle-search) with the release version tag upon each release. It seems the docker image with the tag with a semver matching the release doesn't exist until several days after the release is out on Github. I don't mean just this latest release, but I've noticed this for last couple releases as well.
Thanks for the good work!
To Reproduce
Steps to reproduce the behavior:
At the the time of this creation, 2 days after the release of 0.7.1, there is no image with the tag 0.7.1.
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
@benbusby commented on GitHub (Feb 1, 2022):
It should be fixed now -- I was missing a part of the CI workflow that should've been pushing new image tags to docker hub. In the meantime I manually pushed 0.7.1 (hopefully the last time I have to do that).