-
|
Describe the bug I started Watchtower like this from the terminal My config.json My latest image in my docker hub repository is called awif1570/test:1.6 To Reproduce
Expected behavior Environment
Logs from running watchtower with the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, and welcome to the community! 🎉 Watchtower only updates on image changes for the same tag. The usual way to solve this is to have a |
Beta Was this translation helpful? Give feedback.
Hi, and welcome to the community! 🎉
Watchtower only updates on image changes for the same tag. The usual way to solve this is to have a
:latesttag that you update with each release in addition to adding your versioned tag.