Skip to content

Use lowercase repo as the docker tag #1

New issue

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

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Use lowercase repo as the docker tag #1

merged 2 commits into from
Aug 7, 2023

Conversation

roggif
Copy link
Contributor

@roggif roggif commented Aug 7, 2023

GitHub registry (just like Docker Hub) doesn't allow repos containing uppercase chars.

There is also no need to use string concatenation.

GitHub Packages (just like Docker Hub) doesn't allow repos containing uppercase chars.

There is also no need to use string concatenation.
@roggif roggif changed the title Use lowercase tag repo Use lowercase repo as the docker tag Aug 7, 2023
@tedivm
Copy link
Member

tedivm commented Aug 7, 2023

How are you assigning all of the tags without string concatenation? It looks like it's only going to use the last tag.

@roggif
Copy link
Contributor Author

roggif commented Aug 7, 2023

How are you assigning all of the tags without string concatenation? It looks like it's only going to use the last tag.

You are absolutely right, my bad.

@tedivm tedivm merged commit c4ee5e7 into multi-py:main Aug 7, 2023
@tedivm
Copy link
Member

tedivm commented Aug 7, 2023

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants