We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5152d1 + 6c50884 commit 5cbe746Copy full SHA for 5cbe746
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
IMAGE="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/email-cleaner:${{ github.sha }}"
40
echo "IMAGE=$IMAGE" >> "$GITHUB_ENV"
41
- gcloud builds submit --tag "$IMAGE" .
+ gcloud builds submit --tag "$IMAGE" . --gcs-log-dir=gs://ultra-acre-431617-p0-cloudbuild-logs
42
43
- name: Deploy to Cloud Run
44
0 commit comments