Currently, the CI/CD pipeline pushes Docker images to GitHub Packages with private visibility by default. This is problematic because these images should be publicly accessible so that they can be used without authentication.
Required Action
Modify the CI/CD configuration to ensure Docker images are pushed as public packages on GitHub Packages.
Review the permissions and visibility of the already pushed images and make them public if necessary.
Expected Outcome
Docker images should be publicly accessible in GitHub Packages, allowing their use without requiring authentication.
Currently, the CI/CD pipeline pushes Docker images to GitHub Packages with private visibility by default. This is problematic because these images should be publicly accessible so that they can be used without authentication.
Required Action
Expected Outcome
Docker images should be publicly accessible in GitHub Packages, allowing their use without requiring authentication.