-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 0.15.x releases on docker hub #1432
Comments
Thanks for reporting. Hmm, for some reason the release pipeline did not publish them.. |
@thomas-zahner @mre It looks like this persists with the last couple of versions also. Only SHA tags, no version tags. |
It feels like we broke it when switching to release-plz. I tried to re-run the pipeline, but it didn't create a new version tag. Not entirely sure how to fix it. Maybe someone has an idea. |
@mre I noticed at the bottom of Push Image (debian) https://github.com/lycheeverse/lychee/actions/runs/11708052907/job/32608866699 this warning:
Looking at the project docs at: https://github.com/docker/build-push-action, it looks like you might need to set Because that isn't set anywhere in this project, I don't understand how any pushes are happening. I wonder if anything has changed at: https://github.com/docker/build-push-action/releases? 🤔 |
Very interesting. I think it pushed in the past at least -- otherwise there would be no images. But yeah, we should set that. If you like, you could add it and we'll give it a shot? |
@mre I think I figured it out! Looking more closely (not sure why I missed this before): https://github.com/lycheeverse/lychee/blame/master/.github/workflows/docker.yml, there's: push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }} That's been in place for a while: 6887543, so at some point that's stopped evaluating to I think that's happened because you've started raising pull requests for releases, like: #1549. I think all the "missing" releases are ones released using pull requests. So it seems we need to figure out how have that evaluate on some pull requests (release PRs), but not all. |
On docker hub no tags for 0.15 releases can be found:
https://hub.docker.com/r/lycheeverse/lychee/tags?page=&page_size=&ordering=&name=0.15
The text was updated successfully, but these errors were encountered: