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

Commit

Permalink
Set static variable in the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Sep 6, 2024
1 parent 8a6c5d7 commit f28e498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
GarProjectID: mv-auxiliary
GarImageName: prod-danswer-backend-gke
GarRepo: mv-danswer
GarCacheRepo: mv-apps-container-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
GarProjectID: mv-auxiliary
GarImageName: prod-danswer-model-server-gke
GarRepo: mv-danswer
GarCacheRepo: mv-apps-container-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gar-build-push-web-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
GarProjectID: ${{ vars.GCR_PROJECT_ID }}
GarProjectID: mv-auxiliary
GarImageName: prod-danswer-web-server-gke
GarRepo: mv-danswer
GarCacheRepo: mv-apps-container-cache
Expand Down

0 comments on commit f28e498

Please sign in to comment.