MultiPaperK8s / MultiPaperImages

Multipaper Images
MIT License
6 stars 4 forks source link

Automatically able to push all versions of the image with all Multipaper versions #9

Open RemcoSpigot opened 2 years ago

RemcoSpigot commented 2 years ago

Describe the solution you'd like Automatically able to push all versions of the image with all Multipaper versions through GitHub Actions.

Describe alternatives you've considered Manual creation and pushing of Docker files.

Additional context None.

Matthew-Beckett commented 2 years ago

Discussed internally with @RemcoSpigot, the plan is to create a workflow with support for repository_dispatch and build all future builds from a dispatch upstream.

This is dependent on MultiPaper/MultiPaper accepting a PR to dispatch metadata to our actions upon push to dev and main branches.