Skip to content

Commit

Permalink
correctly escaped regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Jun 4, 2024
1 parent ab5a177 commit 789d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-expire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
repo_type: org
orgname: caas-team
image_name: py-kube-downscaler
protected_tags_regex: "^(latest|dev|[0-9][0-9]\\.\\d+\\.\\d+)$"
protected_tags_regex: "^latest$\\|^dev$\\|^[0-9][0-9]\\\\.\\\\d+\\\\.\\\\d+$"
days_treshold: 60

0 comments on commit 789d5e3

Please sign in to comment.