We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- name: Docker meta id: docker_meta uses: crazy-max/ghaction-docker-meta@v1 with: images: ${{ github.repository }}
and when the repo name container upper case it fails to push. It would be nice to convert it all to lower case
The text was updated successfully, but these errors were encountered:
Tags to lowercase (#16)
6a86fe1
@krasi-georgiev I've pushed a fix, can you try with crazy-max/ghaction-docker-meta@master?
crazy-max/ghaction-docker-meta@master
Sorry, something went wrong.
Lowercase only on image name (#16)
2860e42
yes all good, thanks for the quick fix
No branches or pull requests
and when the repo name container upper case it fails to push. It would be nice to convert it all to lower case
The text was updated successfully, but these errors were encountered: