-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish images to ghcr.io #58
Conversation
We should apply some distributive law to nix-build the images first and then parallelise the workflow by image. Currently we start a separate workflow for each image, which consumes a lot more compute-minutes. |
Test with
|
I have some preliminary work in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried and works for me.
Have left comment on missing hashing.
Publish the two images to GHCR.
pr-${pull_request_number}
as the tag of the image${version}
as the tag of the imageThe PR-specific builds should make it easier to try out in-progress changes locally if the full toolchain is not available.