-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Releases not uploaded to Dockerhub #2999
Labels
prio-high
Resolve issues as soon as possible.
Comments
It stopped working 2 months ago apparently but the nightly builds still make it to Docker hub. I'll check the scripts. |
Releases are delayed for 10-15 minutes npm/npm#20056 https://npm.community/t/newly-published-packages-have-a-delay-before-they-are-consumable/952 Can't really tell why nightly is working though. (lucky us?) |
I think the easiest solution now is to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
At least version 0.28.0 is not uploaded to Dockerhub. The publish to Dockerhub action failed. https://github.com/ChainSafe/lodestar/runs/3255490028
I think the problem is a race condition with NPM. We have a prior action that uploads that version to NPM, then run the Dockerfile that installs from NPM. Since the timing is tight, it may happen that NPM doesn't acknowledge the existence of that version.
Expected behavior
All releases should be uploaded to Dockerhub
The text was updated successfully, but these errors were encountered: