lavie / runlike

Given an existing docker container, prints the command line necessary to run a copy of it.
Other
1.99k stars 118 forks source link

race condition between pypi and dockerhub CI steps #109

Closed lavie closed 1 year ago

lavie commented 1 year ago

Following a recent bugfix that made sure the docker image being pushed as part of the CI is actually the current version being built, there seems to be a race condition now where the docker image is being built before the latest pypi version of the package is available. See: https://github.com/lavie/runlike/actions/runs/4271546203/jobs/7436085482

cc @reconman

lavie commented 1 year ago

fixed in https://github.com/lavie/runlike/commit/0e9e3e7452bc12c63845ba51cc0b0c1f6cda5111