Latte-Corporation / HardLoop

A Minecraft server project with automated resets and infinite gameplay loops, designed to enhance survival challenges.
MIT License
3 stars 0 forks source link

Docker Images are Pushed as Private on GitHub Packages #20

Closed Razano26 closed 2 weeks ago

Razano26 commented 2 weeks ago

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.