You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it seems that the container images are only published on docker.io - which creates a single point of failure (and at times causes issues with timeouts for anonymous pulls). It would be great to have an alternative registry to use (with ghcr being a great choice, IMHO)
Describe how you would like to see this feature implemented
You should be able to do this straight out of the GitHub action.
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered:
If Docker Hub is blocked in your network, you can use the GitHub Container Registry to pull the image. Use ghcr.io/amir20/dozzle:latest instead of amir20/dozzle:latest.
Describe the feature you would like to see
Right now it seems that the container images are only published on docker.io - which creates a single point of failure (and at times causes issues with timeouts for anonymous pulls). It would be great to have an alternative registry to use (with ghcr being a great choice, IMHO)
Describe how you would like to see this feature implemented
You should be able to do this straight out of the GitHub action.
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: