Add Column (#18) #18
Annotations
1 error and 2 warnings
|
deploy
google-github-actions/deploy-cloudrun failed with: failed to deploy: Deploying container to Cloud Run service [academic-api-stg] in project [swift2023groupc] region [asia-northeast1]
Deploying...
Creating Revision..............................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable within the allocated timeout. This can happen when the container port is misconfigured or if the timeout is too short. The health check timeout can be extended. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=swift2023groupc&resource=cloud_run_revision/service_name/academic-api-stg/revision_name/academic-api-stg-00007-t2f&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22academic-api-stg%22%0Aresource.labels.revision_name%3D%22academic-api-stg-00007-t2f%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
, full command:
gcloud run deploy academic-api-stg --image asia-northeast1-docker.pkg.dev/swift2023groupc/github-actions/academic-api/academic-api-stg:3c0ad5ece412867ce84fbc6f770c6a0cdae745de --set-env-vars ^,^DB_IAM_USER=107577467292-compute@developer,DB_NAME=dotto_stg,INSTANCE_CONNECTION_NAME=swift2023groupc:asia-northeast1:dotto --update-labels ^,^managed-by=github-actions,commit-sha=3c0ad5ece412867ce84fbc6f770c6a0cdae745de --format json --region asia-northeast1
|
|
build-and-push
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: google-github-actions/auth@v2, google-github-actions/setup-gcloud@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: google-github-actions/auth@v2, google-github-actions/deploy-cloudrun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|