Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
updatecli: use groups (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 16, 2023
1 parent 6325c7b commit 5925d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updatecli/updatecli.d/bump-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ sources:
key: .build_id
transformers:
- findsubmatch:
pattern: "[0-9].[0-9].[0-9]"
pattern: "([0-9].[0-9].[0-9])-(.*)"
captureindex: 1

conditions:
docker_next7:
Expand Down

0 comments on commit 5925d7a

Please sign in to comment.