actions-marketplace-validations/Publish Docker Action
Build, tag and publish docker image to your docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Username used to login docker registry | yes | — |
| password | Password used to login docker registry | yes | — |
| registry | Docker registry server address | no | — |
| repository | Docker repository name | no | — |
| file | Docker file used to build image | no | Dockerfile |
| path | Docker build context | no | . |
| tags | Static image tag list, separated by comma | no | latest |
| build_args | Docker build-time variables, separated by comma | no | — |
| target | Docker build target (stage name) for multi-stage builds | no | — |
| allow_pull_request | If allow pull request trigger build | no | false |
| auto_tag | Generate tags by conditions automatically | no | false |
| cache | Images to consider as cache sources | no | — |
Outputs
| name | description |
|---|---|
| tag | Tag name produced by activating the auto_tag option |