actions-marketplace-validations/Docker Tag & Publish
Uses the git branch as the docker tag and pushes the images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the image you would like to push | yes | — |
| username | The login username for the registry | yes | — |
| password | The login password for the registry | yes | — |
| registry | Use registry for pushing to a custom registry | no | — |
| dockerfile | Use dockerfile when you would like to explicitly build a Dockerfile | no | — |
| workdir | Use workdir when you would like to change the directory for building | no | — |
| buildargs | Use buildargs when you want to pass a list of environment variables as build-args | no | — |
| cache | Use cache when you have big images, that you would only like to build partially | no | — |
Outputs
| name | description |
|---|---|
| tag | Is the tag, which was pushed and refers to the commit sha |
| branch-tag | Is the tag that is generated from the branch name that is pushed |