Commit 66012af
committed
Lowercase XPKG repo name to avoid xpkg push failure
Otherwise it will fail for GitHub orgs with uppercase chars in theri
name with the error similar to the one below
```
crossplane: error: failed to parse package tag "xpkg.upbound.io/UpboundCare/function-azresourcegraph:v0.0.0-20241211161841-62aad247be2c": repository can only contain the characters `abcdefghijklmnopqrstuvwxyz0123456789_-./`: UpboundCare/function-azresourcegraph
```
Signed-off-by: Yury Tsarev <[email protected]>1 parent 333e445 commit 66012af
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
0 commit comments