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
The documentation does not mention anything about my problem
There are no open or closed issues that are related to my problem
Description
I have a mixed case user name. This means that a branch might be called WarpedPixel/issue200, which generates a ref WarpedPixel-issue200. This triggers an error in buildx:
ERROR: invalid tag "WarpedPixel-issue455": repository name must be lowercase
Expected behaviour
metadata action should generate sanitized, valid tags only. In this situation it should convert the branch name/ref to lower case.
Actual behaviour
Throws an error. I can't really use branch names with mixed case (which are created automatically by other tools like vscode). For such branches, I don't know what the workaround that would allow me to use the metadata action in a GitHub Actions build.
Contributing guidelines
I've found a bug, and:
Description
I have a mixed case user name. This means that a branch might be called
WarpedPixel/issue200
, which generates a refWarpedPixel-issue200
. This triggers an error in buildx:Expected behaviour
metadata action should generate sanitized, valid tags only. In this situation it should convert the branch name/ref to lower case.
Actual behaviour
Throws an error. I can't really use branch names with mixed case (which are created automatically by other tools like vscode). For such branches, I don't know what the workaround that would allow me to use the metadata action in a GitHub Actions build.
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: