Skip to content

prevent false negatives in tag filter by using ref_name#1296

Merged
superstar54 merged 1 commit into
mainfrom
fix_image_latest_condition_bug
Apr 5, 2025
Merged

prevent false negatives in tag filter by using ref_name#1296
superstar54 merged 1 commit into
mainfrom
fix_image_latest_condition_bug

Conversation

@superstar54
Copy link
Copy Markdown
Member

Use github.ref_name instead of github.ref to avoid matching unwanted characters from the static 'refs/tags/' prefix when filtering out pre-releases (a, b, rc).

Use `github.ref_name` instead of `github.ref` to avoid matching unwanted characters
from the static 'refs/tags/' prefix when filtering out pre-releases (a, b, rc).
@superstar54 superstar54 merged commit 7fd5815 into main Apr 5, 2025
9 checks passed
@superstar54 superstar54 deleted the fix_image_latest_condition_bug branch April 5, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant