tada5hi/DockerImagePublish
Build, tag and push docker images under certain conditions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerFileName | Name of Dockerfile | yes | Dockerfile |
| dockerFilePath | Relative path to DockerFile | yes | "" |
| gitTag | Whether to create an image tag for a git tag. | — | true |
| gitTagPrefix | Prefix for matching git tags | — | "" |
| gitUser | Git user | — | ${{ github.actor }} |
| gitPassword | Git password | — | ${{ github.token }} |
| registryHost | Registry host | yes | ghcr.io |
| registryUser | Registry user | — | ${{ github.actor }} |
| registryPassword | Registry password | — | ${{ github.token }} |
| registryRepository | Registry repository full name (e.g. project/repository) | yes | ${{ github.repository }} |
| registryTag | Registry image tag (e.g. latest) | — | "" |
| cleanup | Delete the built image at the end | — | true |
| token | Token to access GitHub API | — | ${{ github.token }} |
| buildArgs | Provide additional build args | — | "" |
Outputs
no outputs