From bb5a611d56dfc77910c76c2559eddbc07b7403e0 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Thu, 11 Jan 2024 12:48:31 -0600 Subject: [PATCH] Revert "ci: use latest image during prod deploy" (#576) --- .github/workflows/ci-cd-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-production.yml b/.github/workflows/ci-cd-production.yml index cf8a9edc8aa9..a0a32f7aeaa9 100644 --- a/.github/workflows/ci-cd-production.yml +++ b/.github/workflows/ci-cd-production.yml @@ -61,7 +61,7 @@ jobs: location: us-central1-a - name: Set a new k8s image and apply the manifests - run: .github/scripts/kustomize-apply.sh production $APP_NAME=$BASE_IMAGE:latest + run: .github/scripts/kustomize-apply.sh production $APP_NAME=$BASE_IMAGE:$GITHUB_SHA - name: Wait for pods to be ready run: .github/scripts/kubectl-wait-ready.sh $APP_NAME