Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 07c9125

Browse files
authored
Merge pull request #52 from mindvalley/chore/update-workflows
Set static variable in the workflow
2 parents 8a6c5d7 + f28e498 commit 07c9125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gar-build-push-backend-container-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
env:
9-
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
9+
GarProjectID: mv-auxiliary
1010
GarImageName: prod-danswer-backend-gke
1111
GarRepo: mv-danswer
1212
GarCacheRepo: mv-apps-container-cache

.github/workflows/gar-build-push-model-server-container-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
env:
9-
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
9+
GarProjectID: mv-auxiliary
1010
GarImageName: prod-danswer-model-server-gke
1111
GarRepo: mv-danswer
1212
GarCacheRepo: mv-apps-container-cache

.github/workflows/gar-build-push-web-container-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
env:
9-
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
9+
GarProjectID: mv-auxiliary
1010
GarImageName: prod-danswer-web-server-gke
1111
GarRepo: mv-danswer
1212
GarCacheRepo: mv-apps-container-cache

0 commit comments

Comments
 (0)