Commit 62d491e
committed
fix(docker-tag): force lowercase for repository and tag inputs
Repository name comparisons were case-sensitive, so dispatching with
the actual GitHub-cased `OffchainLabs/prysm` did not match the
`offchainlabs/prysm` upstream and produced an `OffchainLabs-` prefix on
the resulting tag. Lowercase all inputs before comparing and emitting
the tag so prefix detection is case-insensitive and tags stay lowercase.1 parent 4f3fb56 commit 62d491e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments