diff --git a/docs/docs/20-usage/41-registries.md b/docs/docs/20-usage/41-registries.md new file mode 100644 index 000000000..1bf4a04c9 --- /dev/null +++ b/docs/docs/20-usage/41-registries.md @@ -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. diff --git a/web/src/components/repo/settings/RegistriesTab.vue b/web/src/components/repo/settings/RegistriesTab.vue index e34b46164..4adc70a25 100644 --- a/web/src/components/repo/settings/RegistriesTab.vue +++ b/web/src/components/repo/settings/RegistriesTab.vue @@ -5,7 +5,7 @@

Registry credentials

Registries credentials can be added to use private images for your pipeline. - +