actions-marketplace-validations/Build Rasa Server image

Build a Docker image with custom components for Rasa Server

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
components_directoryPath to the directory with components.no${{ github.workspace }}/components
requirements_filePath to the requirements.txt file.no
docker_registryName of the docker registry which the Docker image should be published to.nodocker.io
docker_registry_loginLogin name for the Docker registry.yes
docker_registry_passwordPassword for the Docker registry.yes
docker_image_nameDocker image name.nocomponents_server
docker_image_tagDocker image tag.no${{ github.run_id }}
docker_registry_pushPush a docker image to the registry. If `False` the user can add manual extra steps in their workflow which use the built image.notrue
dockerfilePath to a custom Dockerfile.no
rasa_versionVersion of the Rasa which should be used to build the image.nolatest
docker_build_argsList of build-time variables.no
namedescription
docker_image_nameDocker image name, the name contains the registry address and the image name, e.g., `docker.io/my_account/my_image_name`.
docker_image_tagTag of the image, e.g., `v1.0`.
docker_image_full_nameDocker image name (contains an address to the registry, image name, and tag), e.g., `docker.io/my_account/my_image_name:v1.0`.