From adfbf9e353743f492172d070dcf1f335cca487ef Mon Sep 17 00:00:00 2001 From: Karina Schaeffler Date: Thu, 9 Jun 2022 06:45:33 +0000 Subject: [PATCH] doc(kaniko): remove unused variable --- .../chapters/templates/container/container-publish.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/chapters/templates/container/container-publish.adoc b/documentation/chapters/templates/container/container-publish.adoc index 93db1cf..f899f0b 100644 --- a/documentation/chapters/templates/container/container-publish.adoc +++ b/documentation/chapters/templates/container/container-publish.adoc @@ -8,9 +8,9 @@ Needs a build container on the path `image.tar`. Use one of the Container build .Variables |=== |Name |Description | Default Value -| CONTAINER_REGISTRY | Url to the remote Registry | $CI_REGISTRY_IMAGE +| CONTAINER_REGISTRY_IMAGE | The address of the project’s Container Registry. | $CI_REGISTRY_IMAGE | CONTAINER_REGISTRY_USER | the user that should be used | $CI_REGISTRY_USER -| CONTAINER_REGISTRY_PASSWORD | the passwort for the remote registry | $CI_REGISTRY_PASSWORD +| CONTAINER_REGISTRY_PASSWORD | the password for the remote registry | $CI_REGISTRY_PASSWORD | EXTRA_PATH | Extra path that should be between the registry path and the image tag | "" | IMAGE_TAG | the Tag the image should be found on | Depends on the current path. Look at the rules of the Job. |===