Connecting Github actions to a fly deploy

Should this happen with any deploy run inside a GH Action, or just ones where the build is done using flyctl inside a GH Action?

I’m not seeing it appear; we build our image separately, push it to the Fly registry, and then run the deploy command:

Is this feature related to Labelling images with metadata? (Thinking there might be some label set if building using flyctl inside an Action.)