Skip to content

Commit 570c40b

Browse files
author
Bryan Sieber
committed
Updating GH Workflow; adding region
1 parent 7b7d15d commit 570c40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
fi
2525
env:
2626
version_pattern: "tags\\/v[0-9]+\\.[0-9]+\\.[0-9]+"
27-
28-
2927
build-image:
3028
runs-on: ubuntu-latest
3129
needs: prepare
@@ -91,6 +89,8 @@ jobs:
9189
run: |
9290
gcloud run deploy ${{ secrets.GCP_APP_NAME }} \
9391
--image $BUILD_TAG \
92+
--memory 512M \
9493
--platform managed \
9594
--allow-unauthenticated \
95+
--region ${{ secrets.GCP_REGION }} \
9696
--update-secrets=JIRA_PASSWORD=JIRA_PASSWORD:latest,JIRA_USERNAME=JIRA_USERNAME:latest,BUGZILLA_API_KEY=BUGZILLA_API_KEY:latest # pragma: allowlist secret

0 commit comments

Comments
 (0)