kingfisher-strong/docker-build-push-gcr-update-gke-deployment-action
Build docker image, push to GCR and update GKE deployment in defined namespace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_account | Base64 encoded service account JSON from GCP IAM service account | yes | — |
| zone | Cluster Zone | yes | — |
| project_id | Project ID from GCP | yes | — |
| registry | GCR registry host, It could be gcr.io/us.gcr.io/eu.gcr.io/asia.gcr.io | yes | gcr.io |
| image_name | Name of the image | yes | — |
| cluster | Name of GKE cluster | yes | — |
| namespace | Namespace of the deployment | yes | default |
| deployment | Name of the deployment which needs to be update | yes | — |
| container | Name of container whose image needs to be updated | yes | — |
Outputs
no outputs