We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7627c4b commit bb5a611Copy full SHA for bb5a611
.github/workflows/ci-cd-production.yml
@@ -61,7 +61,7 @@ jobs:
61
location: us-central1-a
62
63
- name: Set a new k8s image and apply the manifests
64
- 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
65
66
- name: Wait for pods to be ready
67
run: .github/scripts/kubectl-wait-ready.sh $APP_NAME
0 commit comments