File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
with :
72
72
values_files : charts/values.yaml
73
73
tag_keys : .backend.tag
74
- tag_value : ${{ steps.tag.outputs .VERSION }}
74
+ tag_value : ${{ env .VERSION }}
75
75
commit_branch : ${{ github.ref }}
76
- commit_tag : Todo-Main-Charts-V-${{ steps.tag.outputs .VERSION }}
76
+ commit_tag : Todo-Main-Charts-V-${{ env .VERSION }}
77
77
commit_message : " Backend update: Tag '${{ env.VERSION }}' added"
78
78
79
79
- name : Update Helm Chart Values at Stage
82
82
with :
83
83
values_files : charts/values.yaml
84
84
tag_keys : .backend.tag
85
- tag_value : ${{ steps.tag.outputs .VERSION }}
85
+ tag_value : ${{ env .VERSION }}
86
86
commit_branch : ${{ github.ref }}
87
- commit_tag : Todo-Stage-Charts-V-${{ steps.tag.outputs .VERSION }}
87
+ commit_tag : Todo-Stage-Charts-V-${{ env .VERSION }}
88
88
commit_message : " Backend update: Tag '${{ env.VERSION }}' added"
89
89
90
90
- name : Update Helm Chart Values at Dev
93
93
with :
94
94
values_files : charts/values.yaml
95
95
tag_keys : .backend.tag
96
- tag_value : ${{ steps.tag.outputs .VERSION }}
96
+ tag_value : ${{ env .VERSION }}
97
97
commit_branch : ${{ github.ref }}
98
- commit_tag : Todo-Dev-Charts-V-${{ steps.tag.outputs .VERSION }}
98
+ commit_tag : Todo-Dev-Charts-V-${{ env .VERSION }}
99
99
commit_message : " Backend update: Tag '${{ env.VERSION }}' added"
100
100
101
101
# - name: 'Updating Helm Charts values on branch main'
You can’t perform that action at this time.
0 commit comments