usepa/Docker GHCR Action
Build and push Docker images to GitHub Container Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Docker registry to use | no | ghcr.io |
| username | Username for the Docker registry | yes | — |
| password | Password or token for the Docker registry | yes | — |
| image_name | Name of the Docker image | yes | — |
| dockerfile | Path to the Dockerfile | no | Dockerfile |
| context | Context path | no | . |
| env_text | Environment variables as text (optional) | no | — |
| build_args | Build arguments for Docker (optional) | no | — |
| npmrc_content | Contents of the .npmrc file (optional) | no | — |
| no-cache | Disable Docker build cache | no | false |
Outputs
no outputs