mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Add registries docs (#679)
This commit is contained in:
parent
9d17e26671
commit
ce222dfe0e
2 changed files with 4 additions and 1 deletions
3
docs/docs/20-usage/41-registries.md
Normal file
3
docs/docs/20-usage/41-registries.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Registries
|
||||||
|
|
||||||
|
Woodpecker provides the ability to add container registries in the settings of your repository. Adding a registry allows you to authenticate and pull private images from a container registry when using these images as a step inside your pipeline.
|
|
@ -5,7 +5,7 @@
|
||||||
<h1 class="text-xl text-gray-500">Registry credentials</h1>
|
<h1 class="text-xl text-gray-500">Registry credentials</h1>
|
||||||
<p class="text-sm text-gray-400 dark:text-gray-600">
|
<p class="text-sm text-gray-400 dark:text-gray-600">
|
||||||
Registries credentials can be added to use private images for your pipeline.
|
Registries credentials can be added to use private images for your pipeline.
|
||||||
<DocsLink url="docs/usage/registry" />
|
<DocsLink url="docs/usage/registries" />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue