Skip to main content

Inputs

Container

Container inputs provide parameters for publishing and authenticating against container registries.

nametypedescription
CONTAINER_REGISTRYstringThe full url of the container registry, used for authentication and iamge publishing (ie. docker.io/my-repo/my-app).
CONTAINER_REGISTRY_USERNAMEstringThe authentication username for the container registry.
CONTAINER_REGISTRY_PASSWORDstringThe authentication password for the container registry.

SonarQube

SonarQube inputs provide variables for interacting with a SonarQube code quality scanning service.

nametypedescription
SONARQUBE_TOKENstringThe authentication token for the SonarQube instance.