From ce222dfe0ec4861a21e88d9ea3e1741361e21725 Mon Sep 17 00:00:00 2001 From: Anbraten Date: Sun, 9 Jan 2022 02:50:25 +0100 Subject: [PATCH] Add registries docs (#679) --- docs/docs/20-usage/41-registries.md | 3 +++ web/src/components/repo/settings/RegistriesTab.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/docs/20-usage/41-registries.md 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. - +