Skip to content

Commit

Permalink
feat: add v2 preview env (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang authored Aug 21, 2023
1 parent 5dcf284 commit 639f5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gke-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
git config user.name jphuc96
git config user.email jphuc96@gmail.com
/tmp/kustomize edit set image $REGISTRY_HOSTNAME/$GKE_PROJECT/$IMAGE=$REGISTRY_HOSTNAME/$GKE_PROJECT/$IMAGE:${GITHUB_SHA}
cd ../v2-preview
/tmp/kustomize edit set image $REGISTRY_HOSTNAME/$GKE_PROJECT/$IMAGE=$REGISTRY_HOSTNAME/$GKE_PROJECT/$IMAGE:${GITHUB_SHA}
git commit -am "[skip ci] mochi-discord ${K8S_ENVIRONMENT} image update"
git push origin main
Expand Down

0 comments on commit 639f5c6

Please sign in to comment.