-
Hi, We are publishing the docker images as packages to the docker github registry (docker.pkg.github.com). How can I use the watch tower to monitor the image on this registry? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
simskij
Dec 24, 2020
Replies: 1 comment 4 replies
-
Hi! Just as you would any other registry. Just make sure you launch your containers using their fully qualified vanity-url, for instance: Best, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
usman557
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Just as you would any other registry. Just make sure you launch your containers using their fully qualified vanity-url, for instance:
docker.pkg.github.com/usman557/your-project/your-repo:latest
Best,
Simme