actions-marketplace-validations/Publish Docker Image
Build and publish an Docker Image to Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | So that an image can be assigned by name, a unique name must be assigned. | yes | — |
| image_tag | Each image should have a tag for unique identification. | — | latest |
| build_args | Docker build arguments in format `KEY=VALUE,KEY=VALUE`. | — | — |
| registry | URL of a Docker compatible registry for pushing a Docker image. | — | registry.hub.docker.com |
| registry_username | Registry Username | yes | — |
| registry_password | Registry Password. This should be stored in a Secret on Github. See https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables. | yes | — |
| dockerfile | Storage location of the Docker file. | — | dockerfile |
Outputs
no outputs