diff --git a/.github/workflows/deploy-alerting-temporal.yml b/.github/workflows/deploy-alerting-temporal.yml index 04c1b61153d8..bb67946a38e0 100644 --- a/.github/workflows/deploy-alerting-temporal.yml +++ b/.github/workflows/deploy-alerting-temporal.yml @@ -46,7 +46,7 @@ jobs: - name: Deploy the image on Kubernetes run: | chmod +x ./k8s/deploy-image.sh - ./k8s/deploy-image.sh gcr.io/$GCLOUD_PROJECT_ID/alerting-deployment-image:${{ steps.short_sha.outputs.short_sha }} alerting-temporal-deployment + ./k8s/deploy-image.sh gcr.io/$GCLOUD_PROJECT_ID/alerting-temporal-image:${{ steps.short_sha.outputs.short_sha }} alerting-temporal-deployment - name: Wait for rollout to complete run: kubectl rollout status deployment/alerting-temporal-deployment --timeout=10m