citizensadvice/Build and push to ECR

Build and push a Docker image to ERC, written for CA repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: citizensadvice/deploy-chart-action@d665d785f9a74998ba0614435daef138683559c8 # v3

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

namedescriptionrequireddefault
release_nameThe name of the release, also used as the namespace nameyes
role_arnARN of the role to assumeyes
chart_repositoryThe name of the chart repository. Defaults to the current repository.no${{ github.repository }}
chart_pathThe path within the repository to the chart. Defaults to `chart`nochart
chart_pull_tokenA token to pull the chart repositoryyes
chart_pull_pathThe path within the runner to pull to the chart into. Defaults to `.`no.
clusterThe cluster to deploy to. Defaults to `dev-eks-platform`nodev-eks-platform
helm_argsExtra arguments to pass to helmno""

no outputs