You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: provide "safe" versions of variables used for Docker image refs
GitHub user and repo names are in the form `^[\w.-]+$`,
so we replace any periods as these are meaningful in a URI.
The git ref is less restricted and is used in the image tag,
so we replace anything outside `[a-z0-9_-]` with `_`.
Both values are lowercased.
Closes#184.
0 commit comments