input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

Fix main jobs that fail with the ghcr.io upload #98

Closed yvan-sraka closed 1 year ago

yvan-sraka commented 1 year ago

As suggested by @angerman, we can use something like https://github.com/input-output-hk/cardano-node/blob/4139153d4510f3671a67f3dcdf274d3caac52a06/.github/workflows/release-upload.yaml#L24C1-L46 to wait for hydra to be done with building before starting to upload stuff.