Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix some ghcr docker call examples had a typo when specifying image tag #262
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
@tspascoal Thanks for opening a pull request! Please fill out the rest of the pull request template to explain what changes you've made and we'll get this up for review |
Done. |
Why:
Some of the docker examples had a typo when specifying the image tag
What's being changed:
Changed a dot from colon (on two separate calls) , the separator between the image name and the tag is a colon, since a dot was being used the tag was part of the tag name which was not the intended.
Check off the following: