Skip to content

bug: race condition during releases #168

@laurentsenta

Description

@laurentsenta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions