ultimaker/cloudrun-action

Deploy a Docker Image using Google Cloud Run

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
nameName of the service.yes
imageImage to run on Google Cloud Run.yes
registry_access_tokenAccess token required for accessing the docker registry.no
service_account_keyGoogle Application Credentials to be used. Can be either the contents of the JSON file or a filename which contains the contents.yes
service_account_nameEmail address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.no
vpc_connector_nameSet a VPC connector for this Service.no
run_regionRegion in which the resource can be found.yes
github_tokenToken to use to authenticate to GitHub, for adding comments to Pull Requests.no
allow_unauthenticatedAllow unauthenticated invocations. Set this to true to create a public API or website, or false to manage authorized users with Cloud IAM.nofalse
image_check_timeoutDefault time to wait in minutes for the docker image to appear on the Google Container Registry.no30
image_check_intervalDefault time in seconds between checks for the docker image to appear on the Google Container Registry.no5
delete_serviceSet to true to delete the Cloud Run servicenofalse
trigger_labelThe label that needs to be added to a pull request to trigger deployment to Cloud Runnolab_environment
namedescription
urlThe URL assigned by Google Cloud Run to the service