Skip to content

Commit 41b093e

Browse files
committed
PEER-242: Update action script
Signed-off-by: SeeuSim <[email protected]>
1 parent 3116f77 commit 41b093e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ jobs:
208208
- name: Get GKE creds
209209
id: gcloud-get-gke-creds
210210
uses: google-github-actions/get-gke-credentials@v2
211-
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.detect-gke.outputs.is_up == 'true' }}
211+
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.gcloud-detect-gke.outputs.is_up == 'true' }}
212212
with:
213213
cluster_name: ${{ secrets.GKE_CLUSTER }}
214214
location: ${{ secrets.GKE_ZONE }}
215215

216216
- name: Deploy to GKE
217217
id: gcloud-deploy-gke
218-
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.detect-gke.outputs.is_up == 'true' }}
218+
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.gcloud-detect-gke.outputs.is_up == 'true' }}
219219
run: |-
220220
service="${{ matrix.package }}"
221221
deployment="frontend"

0 commit comments

Comments
 (0)