Commit 10dc9fb
committed
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 845370c commit 10dc9fb
1 file changed
+4
-2
lines changed| 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