Open
Description
Is your feature request related to a problem? Please describe.
Typically the build-push workflow wont be able to run in a contributors fork because it lacks the proper secrets & variables. Therefore, we want to prevent the build-push workflow from running in the forked workflow and create a new workflow to which the user can use to verify the build. This new workflow will be dispatched and requires no configuration after forking our repo.
Describe the solution you'd like.
An action workflow.
Describe alternatives you've considered
No response
Additional context.
No response