You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 bev0.3.1
but 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
The text was updated successfully, but these errors were encountered: