Skip to content

Commit 5cbe746

Browse files
authored
Merge pull request #22 from gtovar/develop
chore(release): sync develop to main
2 parents b5152d1 + 6c50884 commit 5cbe746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
IMAGE="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/email-cleaner:${{ github.sha }}"
4040
echo "IMAGE=$IMAGE" >> "$GITHUB_ENV"
41-
gcloud builds submit --tag "$IMAGE" .
41+
gcloud builds submit --tag "$IMAGE" . --gcs-log-dir=gs://ultra-acre-431617-p0-cloudbuild-logs
4242
4343
- name: Deploy to Cloud Run
4444
run: |

0 commit comments

Comments
 (0)