actions-marketplace-validations/Use Private Docker Action
Action that allows for running docker container actions from private registries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 27, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/rdinardi-bw_use-private-docker-action@b076872bb9e390b7c8e2e4062dce6f9757446854 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_registry | The registry to pull the private container action from | no | ghcr.io |
| docker_username | The username to use to pull the image | yes | — |
| docker_password | The password to use to pull the image | yes | — |
| package | The image and tag to pull | yes | — |
| inputs | The inputs to use for the private action in a multiline yml string | no | "" |
Outputs
no outputs