fixes20250519
deivid.garcia.garcia@gmail.com 2025-05-20 11:19:17 +02:00
parent 17c3a0402f
commit 53f520fa87
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ func (j *WatchRepositoryTagsJob) computeEvents(tags []string) ([]types.Event, er
if update == false {
continue
}
// When using tags watcher we rely completely on tag names to deal with updates.
if trackedImage.Image.Tag() == tag {
break
}