Replies: 1 comment
-
sha tags are random cannot sort, my bad |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use github commit hash tag as image tag for docker images, and using following image policy rules, but it isn't always working.
filterTags:
pattern: '^[a-f0-9]{40}$' # Match only commit SHA tags
policy:
alphabetical:
order: asc
It was scanning new tag, but updating isn't always working. Can someone shed some light into the issue
Thanks & Regards,
Kiran K L
Beta Was this translation helpful? Give feedback.
All reactions