remotecompany/gcloud Setup and deploy action
Setup docker auth and kubernetes auth and deploy via skaffold
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 18, 2025
- License
- None
Pinned Snippet
uses: remotecompany/gcloud-setup-deploy-action@9652b246f6b7bcb78349d7b0a67f4418b907192e # v1.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service_account_key | Google Service Key | yes | "" |
| project | Google Project | yes | — |
| zone | Google Zone | yes | — |
| cluster | Google Kubernetes Cluster *required if you are deploying | no | "" |
| skaffold_command | The Skaffold command to use default to run | no | run |
| skaffold_profile | The Skaffold profile to use (prodcution/dev etc) *required if you are deploying | no | "" |
| skaffold_extra | The Skaffold extra args | no | "" |
| docker_slug | The docker repo slug e.g: europe-docker.pkg.dev/remotecompany/autossl-caddy/autossl-caddy | no | "" |
| docker_file | The docker file path e.g: docker/mailerlite/Dockerfile | no | Dockerfile |
| docker_tag | The docker tag to overide the git version tag | no | — |
| docker_build_extra | Extra docker build extra args e.g: --build-arg GITHUB_TOKEN=etc | no | "" |
| artifact_registry | The artifact_registry to setup auth agains e.g: us-east1-docker.pkg.dev | no | europe-docker.pkg.dev |
| helm_pat | PAT for setting up helm repo | no | "" |
Outputs
no outputs