Skip to content

Commit

Permalink
Revert "ci: use latest image during prod deploy" (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Jan 11, 2024
1 parent 7627c4b commit bb5a611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb5a611

Please sign in to comment.