actions-marketplace-validations/cdk-docker-creds-action
Github Action to configure cdk-assets for external docker registries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 2, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sv-oss_cdk-docker-creds-action@2e80de1462dad155aaa66378ded4b0ab8539ba16 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registryHost | Hostname of the docker registry to configure | yes | — |
| secretsManagerSecretId | Authenticate to the registry using user/pass credentials from a SecretsManger secret Id or ARN | no | — |
| ecrRepository | Authenticate to the registry using ECR authentication | no | — |
| secretsUsernameField | When using with secretsManagerSecretId, specify the field containing the username | no | — |
| secretsPasswordField | When using with secretsManagerSecretId, specify the field containing the password | no | — |
| roleArn | Assume the specified IAM role before authenticating to the registry | no | — |
Outputs
no outputs