Get notified from a base version #1203
Unanswered
BabakScript
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @crazy-max ,
thanks for this awesome tool. I have a setup question. I'm using the file provider like this:
To get notified after each new version from a base image for all my images in this yaml file:
The
node:20.12.1-bookworm-slim
is the base image that I want to check update from and\d{2}.\d{1,}.\d+-bookworm-slim|\b20.x.x\b
is my regex that matches all new node version likenode:20.x.x-bookworm-slim
.So currently I expected to get a notification as my base image is
20.12.1-bookworm-slim
and there is a20.15.0-bookworm-slim
released. But I didn't get any notification.Is my setup wrong? 🤔
BTW, as I checked the image list I can see the list there so the image is detected:
Beta Was this translation helpful? Give feedback.
All reactions