@dlactin encountered this when trying to onboard Experimenter to this workflow:
Do either of you have opinions about this CI workflow:
If I build this image called megazord using the pre-build command & make it is not available in the next image build step.
I haven't tried this yet, but I believe I could use the build workflow to build the megazord image first and then also the build-and-push.yml workflow to build and push the experimenter image.
Current workflow: https://github.com/dlactin/experimenter/actions/runs/16944528793/workflow
We should find out why images built in the pre-build stage aren't available in later stages, and either document how to make them available or tweak the workflow / actions so they are available