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
The docker image release takes 8 minutes (run)
If a workflow uses a version like
v0.3it seems possible that the workflow file will bev0.3.1but the docker image will bev0.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