You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use gcr.io/gcp-runtimes/check_if_tag_exists:latest to check existing tags.
However the image_tag will be like foo,bar when multiple tags are created on the same hash,
the build function cannot recognize the tag and the step passed through the check.
I think split tag string with comma, then flatten existing_tags before create a set to fix this problem.
@katsew thanks for the issue. our teams aren't actively maintaining this repository anymore, but feel free to submit fixes as you find them and we'll do our best to push out releases!
Hi, I use
gcr.io/gcp-runtimes/check_if_tag_exists:latest
to check existing tags.However the
image_tag
will be likefoo,bar
when multiple tags are created on the same hash,the build function cannot recognize the tag and the step passed through the check.
I think split tag string with comma, then flatten
existing_tags
before create a set to fix this problem.I will make a patch if it is ok to fix.
The text was updated successfully, but these errors were encountered: