phorus-group/Cloud Run Deploy Action

Deploys a container image to a Google Cloud Run service using official Google GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
serviceCloud Run service name or fully-qualified identifieryes
imageFull image URI (e.g. us-docker.pkg.dev/project/repo/image:tag or ghcr.io/org/repo:tag). Takes precedence over image-tagno
image-tagImage tag only (e.g. v1.0.0 or abc1234). Will be combined with the current service's image repository. Ignored if 'image' is providedno
regionGoogle Cloud region for the Cloud Run servicenous-central1
project-idGoogle Cloud project IDno
env-varsEnvironment variables to set on the service (KEY=VALUE format, comma or newline separated)no
flagsAdditional gcloud deploy flagsno
no-trafficDeploy the new revision without routing traffic to itnofalse
tagTraffic tag to assign to the newly-created revisionno
namedescription
urlThe URL of the deployed Cloud Run service