We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb6f0d + 4279935 commit b5152d1Copy full SHA for b5152d1
.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" . --async
+ gcloud builds submit --tag "$IMAGE" .
42
43
- name: Deploy to Cloud Run
44
0 commit comments