mp-es/Build and push Docker images to be used in On-Premises Kubernetes cluster
Build and push docker image into docker registry in the expected format of on-premises k8s-deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Server address of Docker registry. If not set then will default to Docker Hub | no | hub.docker.com |
| username | Username used to log against the Docker registry | no | — |
| password | Password or personal access token used to log against the Docker registry | no | — |
| build-args | List of build-time variables | no | — |
| checkout-path | Relative path under $GITHUB_WORKSPACE to place the repository checkout code | no | — |
| context | Build's context is the set of files located in the specified PATH or URL | no | — |
| file | Path to the Dockerfile | no | — |
| image | The name of docker image | yes | — |
| push | Control if the image have to be pushed to the registry | no | true |
Outputs
| name | description |
|---|---|
| tag | Tag assigned to docker image |
| digest | Image content-addressable identifier also called a digest |
| metadata | Build result metadata |