castroneto/Deploy to Google Container Registry
A GitHub Action that deploys a Docker image to Google Container Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials_json | The JSON contents of the Google Cloud Service Account key file | yes | — |
| gcp_project | The name of the Google Cloud project | yes | — |
| gcp_registry | The URL of the Google Container Registry | yes | — |
| gcp_repository | The name of the Google Container Registry repository | yes | — |
| image_name | The name of the Docker image | yes | — |
| image_tag | The tag of the Docker image | yes | — |
Outputs
| name | description |
|---|---|
| image_uri | The URI of the Docker image in Google Container Registry |