Skip to content

Commit aeebf4c

Browse files
committed
passing short sha
1 parent 73ed52f commit aeebf4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
yq -Yi '.image.tag = "${{ env.SHORT_SHA }}"' charts/python-app/values.yaml
4545
- name: Commit modified helm values file
4646
uses: EndBug/add-and-commit@v9
47+
env:
48+
SHORT_SHA: ${{ needs.docker-build.outputs.short_sha }}
4749
with:
4850
message: 'Updated values.yaml with image tag ${{ env.SHORT_SHA }}'
4951
# argocd-sync:

0 commit comments

Comments
 (0)