fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
921 stars 29 forks source link

Problem with tag from commit #372

Closed rchekhina closed 3 months ago

rchekhina commented 3 months ago

HI,

I build my image with a tag from a git commit and the problem is that wud doesnt take the last tag but a old one.

for example the last tag is f2a427b but wud take this old one 424e969

on the docker-compose I have put this label:

labels:
  - wud.watch=true
  - wud.tag.include=^[a-z0-9]+$

Can you help me please ?

Best regards.