shelmangroup/Container Publish
An opinionated GitHub Action to build and publish container images with semver tagging
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| buildargs | Extra arguments to build. | no | — |
| dockerfile | Explicit path to Dockerfile. | no | — |
| name | Image name. | yes | — |
| password | Registry password for authentication. | yes | — |
| registry | Registry to pushing container image to. | no | — |
| tag_latest | Whether a "latest" tag should also be published. | no | true |
| username | Registry username for authentication. | yes | — |
| context | Use a different directory as context. | no | — |
Outputs
no outputs