Skip to content

Commit dc2d4d7

Browse files
committed
PEER-242: Update gcloud script
Signed-off-by: SeeuSim <[email protected]>
1 parent 990af1d commit dc2d4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
if: ${{ always() && !github.event.pull_request.draft }}
215215
runs-on: ubuntu-latest
216216
name: Final Results
217-
needs: build-and-push-image
217+
needs: build-push-deploy-image
218218
steps:
219219
- run: |
220220
result="${{ needs.build-and-push-image.result }}"

0 commit comments

Comments
 (0)