phamily/CICD Actions
Build, test, and push repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tasks | Comma separated list of tasks to run | yes | — |
| image_name | The name of the image you would like to push | no | — |
| image_namespace | The namespace of the image you would like to push | no | — |
| image_tag | The image tag to use (defaults to branch) | no | — |
| image_tag_style | The style of the image tag [branch | sha] | no | — |
| image_tar | The path to the tar of the built image | no | — |
| use_temporary_remote_image | Use temporary remote image when pushing or pulling | no | — |
| registry_url | The registry URL | no | — |
| registry_username | The login username for the registry | no | — |
| registry_password | The login password for the registry | no | — |
| aws_region | AWS Region | no | — |
| aws_access_key | AWS Access Key | no | — |
| aws_secret_access_key | AWS Secret Access Key | no | — |
| tests | Tests that the image should run before pushing, comma separated | no | — |
| build_artifact | Only build the image and store as an artifact | no | — |
| build_from_cache | Attempt to pull image to use as cache | no | — |
| image_env_file | Environment file for running image | no | — |
| cypress_record_key | Record key for cypress | no | — |
| cypress_record_enabled | Enable cypress recording | no | — |
| cypress_use_deploy_url | Determine deploy URL based on branch for Cypress | no | — |
| cypress_base_url | Use base URL for Cypress | no | — |
| cypress_parallel_count | Number of instances to run in parallel for Cypress | no | — |
| kube_cluster_name | Kube cluster name | no | — |
| copy_paths | Paths to copy | no | — |
| lambda_function_name | Lambda function name | no | — |
| aptible_environment | Aptible environment name | no | — |
| aptible_app | Aptible app name | no | — |
| aptible_email | Aptible account email | no | — |
| aptible_password | Aptible account password | no | — |
| deploy_url_env_var | Deploy url environment variable | no | — |
| git_tags | Git tags to reference | no | — |
Outputs
| name | description |
|---|---|
| deploy_url | Deploy URL for this branch |
| skip | Indicates should skip next step |