ipfs / ipfs/gateway-conformance
bug: race condition during releases
Open
bug
- Dominant language
- Go
- Stars
- 19
- Forks
- 15
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 5
Description
The docker image release takes 8 minutes ([run](https://github.com/ipfs/gateway-conformance/actions/runs/6223375388))
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 https://github.com/ipfs/kubo/pull/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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.