Description
To be able to unify the GitHub workflows, and build pipeline, Containerfile in extensions should behave similarly. (See guidelines in podman-desktop/gh-extensions-actions#5).
The Podman Desktop RedHat account extension is building its OCI artifact with two Containerfils build/Containerfile and build/Containerfile.builder.
We should instead as specified in podman-desktop/gh-extensions-actions#5 migrate to a multi stage image (Example to reuse available in podman-desktop/gh-extensions-actions#5)
Description
To be able to unify the GitHub workflows, and build pipeline, Containerfile in extensions should behave similarly. (See guidelines in podman-desktop/gh-extensions-actions#5).
The Podman Desktop RedHat account extension is building its OCI artifact with two Containerfils build/Containerfile and build/Containerfile.builder.
We should instead as specified in podman-desktop/gh-extensions-actions#5 migrate to a multi stage image (Example to reuse available in podman-desktop/gh-extensions-actions#5)