ovh / manager

OVHcloud Control Panel
https://ovh.github.io/manager/
BSD 3-Clause "New" or "Revised" License
206 stars 96 forks source link

fix(AI): Update registries.html fixing command example #12139

Open nicoovh opened 3 weeks ago

nicoovh commented 3 weeks ago

a space is missing in the provided docker command example

before PR:

docker tag <image>registry.gra.ai.cloud.ovh.net/uuid/<image>
docker push registry.gra.ai.cloud.ovh.net/uuid/<image>

after PR:

docker tag <image> registry.gra.ai.cloud.ovh.net/uuid/<image>
docker push registry.gra.ai.cloud.ovh.net/uuid/<image>
Question Answer
Branch? master / release/** / develop
Bug fix? yes/no
New feature? yes/no
Breaking change? yes/no
Tickets Fix #...
License BSD 3-Clause

Description

Related