mailerlite/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
- Activelast commit Oct 21, 2025
- License
- None
Pinned Snippet
uses: mailerlite/gcloud-setup-deploy-action@69633ae4f6d567219febe2c0be88c00464890397 # v3.1.1tags 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 | "" |
| pre_run_command | A command to run before the skaffold command | no | "" |
| post_run_command | A command to run after the skaffold command | no | "" |
| namespace | Namespace to create before deployment (will be created if it doesn't exist) | 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/mailergroup/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_app_version | Set this to update the Helm chart appVersion to the current tag | no | "" |
Outputs
no outputs