actions-marketplace-validations/Setup Supabase CLI
Installs the Supabase CLI and optionally configures caching for the required docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release of Supabase CLI to install | yes | — |
| architecture | Architecture of the binary to download | no | amd64 |
| image-registry | Image registry which should be used for downloading the docker images. GitHub container registry is used per default for faster pulls in GH Action CI runs. Specify an empty string to use the CLI default of AWS ECR. Alternatively you can also specify "docker.io". | no | ghcr.io |
| enable-binary-cache | Whether to use actions/cache for caching the supabase binary | no | true |
| enable-docker-cache | Whether to use actions/cache for caching downloaded docker images | no | false |
Outputs
no outputs