hey-car/Action Bootstrap
This action performs git repo checkout, configures AWS credentials, logs into ECR and generates the image name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 10, 2025
- License
- None
Pinned Snippet
uses: hey-car/action-bootstrap@81917cda36640243741a0c5339aefe13d0c6c974 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| run-tag-generator | Set to false to not run docker meta | no | true |
| run-helm-version-generator | Set to true to run docker meta for helm chart | no | false |
| ecr-repo-name | the name of the docker image to configure | no | "" |
| cache-registry-name | the name of the docker registry to use for caching | no | "" |
| ecr-login | Set to false to not login to ECR | no | true |
| aws-account-id | aws-account-id to configure | yes | — |
| role-to-assume | role-to-assume to configure | yes | — |
| role-session-name | role-session-name to configure | yes | — |
| aws-region | aws-region to configure | yes | — |
| checkout-depth | The checkout depth. Set to 0 to have a full checkout | no | 1 |
| load-secrets | Load secrets from AWS secrets manager as environment variables | no | false |
| secret-names | The names of the secrets to pull values from | no | "" |
| parse-json-secrets | Create an environment variable for each key-value pair | no | true |
| codeartifact-token-gen | Set to false to not generate a CodeArtifact auth token | no | false |
| codeartifact-domain | The CodeArtifact Domain | no | "" |
| codeartifact-region | The CodeArtifact AWS Region | no | "" |
Outputs
| name | description |
|---|---|
| ecr-registry | The ECR registry |
| ecr-repo-name | The generated ECR repository name |
| ecr-helm-chart-registry | The generated ECR Helm registry |
| app-version | The current project version |
| docker-labels | The labels of the docker image |
| docker-tags | The tags of the docker image |
| docker-cache-input | The tags of the docker image |
| docker-cache-output | The tags of the docker image |
| helm-chart-version | The semver for helm chart version |
| codeartifact-token | AWS CodeArtifact authorization token |