doc(kaniko): remove unused variable

This commit is contained in:
Karina Schaeffler 2022-06-09 06:45:33 +00:00 committed by Marcel Feix
parent 7d3acda868
commit adfbf9e353
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -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 projects 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.
|===