When nvidia builds run in a PR, they fail because after building the akmods image, that is not published, thus the follow on builds fail because they attempt to reference the just built image with that PR tag.
Need a solution to this which allows valid builds but doesn't allow signing/publishing of images in PRs.
We've used "if in a PR skip this" things in sections before in bluefin but I forgot what to search for. Nevermind, we have those in this repo already, sorry for the noise.
When nvidia builds run in a PR, they fail because after building the akmods image, that is not published, thus the follow on builds fail because they attempt to reference the just built image with that PR tag.
Need a solution to this which allows valid builds but doesn't allow signing/publishing of images in PRs.