The image name doesn't seem to correctly normalise. I used the example configs for GHCR, which uses the repository owner variable, but it doesn't convert the entire registry to lowercase. I ended up with an obscure error: unknown transport "ghcr.io/OrgExample/imagename"
Steps to reproduce, workflow links, screenshots
Use IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} when using an org/username with capital letters in it.
Version
redhat-actions/push-to-registry@v2
Describe the bug
The image name doesn't seem to correctly normalise. I used the example configs for GHCR, which uses the repository owner variable, but it doesn't convert the entire registry to lowercase. I ended up with an obscure error:
unknown transport "ghcr.io/OrgExample/imagename"
Steps to reproduce, workflow links, screenshots
Use
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
when using an org/username with capital letters in it.