citizensadvice/Build and push to ECR
Build and push a Docker image to ERC, written for CA repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- None
Pinned Snippet
uses: citizensadvice/deploy-chart-action@d665d785f9a74998ba0614435daef138683559c8 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_name | The name of the release, also used as the namespace name | yes | — |
| role_arn | ARN of the role to assume | yes | — |
| chart_repository | The name of the chart repository. Defaults to the current repository. | no | ${{ github.repository }} |
| chart_path | The path within the repository to the chart. Defaults to `chart` | no | chart |
| chart_pull_token | A token to pull the chart repository | yes | — |
| chart_pull_path | The path within the runner to pull to the chart into. Defaults to `.` | no | . |
| cluster | The cluster to deploy to. Defaults to `dev-eks-platform` | no | dev-eks-platform |
| helm_args | Extra arguments to pass to helm | no | "" |
Outputs
no outputs