Skip to content

Commit aafc9f2

Browse files
Dev NirwalDev Nirwal
authored andcommitted
Fix CI/CD: use latest tag for deployment
1 parent 4f6cb9a commit aafc9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
- name: Update deployment image
7777
run: |
7878
IMAGE_NAME_LC=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
79-
kubectl set image deployment/simple-rag-deployment simple-rag=$IMAGE_NAME_LC:${{ github.sha }}
79+
kubectl set image deployment/simple-rag-deployment simple-rag=$IMAGE_NAME_LC:latest
8080
kubectl rollout status deployment/simple-rag-deployment

0 commit comments

Comments
 (0)