gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Create container image for nightly release

Open lpil opened this issue 2 years ago • 3 comments

lpil avatar Jun 13 '22 09:06 lpil

@lpil Can you expand on what this issue is about?

aflatter avatar Sep 16 '22 20:09 aflatter

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

lpil avatar Sep 19 '22 12:09 lpil

Ah, thanks, maybe that's something that can be done using the reusable workflows feature of GitHub Actions.

aflatter avatar Sep 19 '22 15:09 aflatter