Commit 239e191
authored
Fix Github Actions versioned image push (feast-dev#994)
* Fix push semver versioned ci image not being pushed if has semver suffix.
* Add comments to document semver regex.
* Replace regular expression matcher with grep -P for Perl regex style matching.1 parent e0dfb67 commit 239e191
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments