diff --git a/docs/source/pages/cli_usage/index.rst b/docs/source/pages/cli_usage/index.rst index 041537a2b..9fba40d65 100644 --- a/docs/source/pages/cli_usage/index.rst +++ b/docs/source/pages/cli_usage/index.rst @@ -49,12 +49,13 @@ Common Options The directory where Macaron looks for already cloned repositories. ------------ -Common Environment ------------ +--------------------- +Environment Variables +--------------------- -``MACARON_IMAGE_TAG`` – The tag to use for the Macaron docker image -``DOCKER_PULL`` – Whether to pull docker image from registry, must be one of: always, missing, never (default: always) +* ``MACARON_IMAGE_TAG``: The Docker image tag for a specific version of Macaron. + +* ``DOCKER_PULL``: Whether to pull the Docker image from the `GitHub Container registry `_; must be one of: ``always``, ``missing``, ``never`` (default: ``always``). --------------- Action Commands