poltio/GKE Deploy via Artifact Registry
Deploys containers to GKE via Google Artifact Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 18, 2026
- License
- None
Pinned Snippet
uses: poltio/action-gke-deploy@e4fbded3154acc411c0a3bedeca277d118164df1 # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GOOGLE_CLOUD_PROJECT_ID | Google Cloud Project ID you want to use. | yes | — |
| GOOGLE_CLOUD_SERVICE_ACCOUNT_KEY | Google Cloud Service Account KEY | yes | — |
| DOCKER_BUILD_ARGS | If you want to inject build params to docker build step. | yes | — |
| GKE_ZONE | GKE Zone | yes | — |
| GKE_CLUSTER | Name of the cluster | yes | — |
| ARTIFACT_REGISTRY_REGION | Google Artifact Registry region you want to use | yes | — |
| ARTIFACT_REGISTRY_REPO | Google artifact Registry repository you want to store your build image in | yes | — |
| ARTIFACT_REGISTRY_IMAGE | Google Artifact Registry image | yes | — |
| IMAGE_TAG | Tag for your image | yes | — |
| GKE_CONFIG_DIR | K8S config file directory. | yes | — |
| GKE_IMAGE_TEMPLATE | GKE Deployment Image Template | yes | — |
Outputs
no outputs