Skip to content

Commit bb5a611

Browse files
authored
Revert "ci: use latest image during prod deploy" (#576)
1 parent 7627c4b commit bb5a611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
location: us-central1-a
6262

6363
- name: Set a new k8s image and apply the manifests
64-
run: .github/scripts/kustomize-apply.sh production $APP_NAME=$BASE_IMAGE:latest
64+
run: .github/scripts/kustomize-apply.sh production $APP_NAME=$BASE_IMAGE:$GITHUB_SHA
6565

6666
- name: Wait for pods to be ready
6767
run: .github/scripts/kubectl-wait-ready.sh $APP_NAME

0 commit comments

Comments
 (0)