actions-marketplace-validations/Build and publish Docker Image to new GitHub Packages Registry
GitHub Action to publish Docker Images to GitHub Registry. It is possible to specify Dockerfile name and\or build context.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to push Docker image to GitHub Packages | yes | — |
| image-name | Docker Image name | yes | — |
| image-tag | Docker Image tag | no | latest |
| extract-git-tag | Extract git-tag from repository | no | false |
| dockerfile | Dockerfile name | no | Dockerfile |
| build-context | Path to build context | no | . |
| pull-image | Pull the image before buiding it | no | false |
| custom-args | Any additional docker build arguments as a string | no | "" |
Outputs
no outputs