eugene-krivosheyev/docker-build-push-action
Build and push Docker image.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| module | Subdirectory of the repository containing the Dockerfile. | yes | — |
| module_version | Version of the module to build. | yes | — |
| registry | Registry to push the image to. | no | ghcr.io |
| registry_username | Username to login to the registry. | no | ${{ github.actor }} |
| registry_password | Password to login to the registry. | yes | — |
Outputs
no outputs