darioblanco/mou-docker-action
Uses the git branch or tag as the docker tag and pushes the built image
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 | — |
| tags | Use tags when you want to add additional tags to the docker image | no | — |
Outputs
| name | description |
|---|---|
| sha-tag | Is the tag, which was pushed and refers to the commit sha |
| ref-tag | Is the tag that is generated from the detected and sanitized ref that is pushed |