gleam
gleam copied to clipboard
Create container image for nightly release
@lpil Can you expand on what this issue is about?
When a release is made we create a bunch of OCI container images
https://github.com/gleam-lang/gleam/pkgs/container/gleam
https://github.com/gleam-lang/gleam/blob/main/.github/workflows/release-containers.yaml
We want to do the same for the nightly build as well
https://github.com/gleam-lang/gleam/blob/main/.github/workflows/release-nightly.yaml
Ah, thanks, maybe that's something that can be done using the reusable workflows feature of GitHub Actions.