sitkoru/sitkoru/docker-deploy-action
Action to deploy docker container to server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Service version | yes | — |
| docker_registry | Docker registry url | yes | — |
| docker_image | Docker image name | yes | — |
| docker_registry_username | Deploy registry username | yes | — |
| docker_registry_password | Docker registry password | yes | — |
| project_path | Path to .csproj | yes | — |
| publish_args | Additional arguments to publish command (Optional) | no | — |
| docker_file | Path to Dockerfile | yes | — |
| docker_push | Publish docker image | yes | true |
| nuget_host | Nuget source url | no | — |
| nuget_token | Nuget source token | no | — |
Outputs
no outputs