fixes20250519
parent
17c3a0402f
commit
53f520fa87
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue