actions-marketplace-validations/Docker Build Tag Publish
Build, Tag, and Publish a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 28, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bitovi_github-actions-docker-publish@7e4b3f30f6e402b8a3cc598aa3a971fea7fbfe16 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Checkout the repository | no | true |
| image_tag | Tag to override default Logic | no | "" |
| use_sha | Use the SHA for the tag. Overrides the default logic. | no | false |
| org_name | Docker org name. | no | "" |
| repo_name | Name of the docker repository | no | "" |
| use_latest | Tag default branch with latest tag instead of branch name. | no | true |
| docker_username | Docker user | yes | — |
| docker_password | Docker password | yes | — |
| build_args | Add a string of values to the end of the build command | no | — |
| working-directory | Specify the working directory that the docker build will be run in | no | — |
Outputs
no outputs