actions-marketplace-validations/Build Action Server image

Build a Docker image with custom actions for Rasa Action Server

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 22, 2021
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/rasahq_rasa-action-server-gha@f642e174f0ce3d2b9ac47699580b3dd8cd7ae68f # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
actions_directoryPath to the directory with actions.no${{ github.workspace }}/actions
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.noaction_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_sdk_versionVersion of the Rasa SDK 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`.