Skip to content
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

bug: race condition during releases #168

Open
laurentsenta opened this issue Sep 18, 2023 · 0 comments
Open

bug: race condition during releases #168

laurentsenta opened this issue Sep 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@laurentsenta
Copy link
Contributor

The docker image release takes 8 minutes (run)
If a workflow uses a version like v0.3 it seems possible that the workflow file will be v0.3.1 but the docker image will be v0.3.0.

This is very unlikely but we caught it in ipfs/kubo#10123
See the first run: we called the docker image with JOB_URL(new in v0.3.1) but the binary was using v0.3.0 and failed:
https://github.com/ipfs/kubo/actions/runs/6223380915/job/16889210161?pr=10123

@laurentsenta laurentsenta added the bug Something isn't working label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant