Skip to content

Commit a2f1969

Browse files
committed
Todo Backend workflow
1 parent 991341c commit a2f1969

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Backend.CI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
with:
7272
values_files: charts/values.yaml
7373
tag_keys: .backend.tag
74-
tag_value: ${{ steps.tag.outputs.VERSION }}
74+
tag_value: ${{ env.VERSION }}
7575
commit_branch: ${{ github.ref }}
76-
commit_tag: Todo-Main-Charts-V-${{ steps.tag.outputs.VERSION }}
76+
commit_tag: Todo-Main-Charts-V-${{ env.VERSION }}
7777
commit_message: "Backend update: Tag '${{ env.VERSION }}' added"
7878

7979
- name: Update Helm Chart Values at Stage
@@ -82,9 +82,9 @@ jobs:
8282
with:
8383
values_files: charts/values.yaml
8484
tag_keys: .backend.tag
85-
tag_value: ${{ steps.tag.outputs.VERSION }}
85+
tag_value: ${{ env.VERSION }}
8686
commit_branch: ${{ github.ref }}
87-
commit_tag: Todo-Stage-Charts-V-${{ steps.tag.outputs.VERSION }}
87+
commit_tag: Todo-Stage-Charts-V-${{ env.VERSION }}
8888
commit_message: "Backend update: Tag '${{ env.VERSION }}' added"
8989

9090
- name: Update Helm Chart Values at Dev
@@ -93,9 +93,9 @@ jobs:
9393
with:
9494
values_files: charts/values.yaml
9595
tag_keys: .backend.tag
96-
tag_value: ${{ steps.tag.outputs.VERSION }}
96+
tag_value: ${{ env.VERSION }}
9797
commit_branch: ${{ github.ref }}
98-
commit_tag: Todo-Dev-Charts-V-${{ steps.tag.outputs.VERSION }}
98+
commit_tag: Todo-Dev-Charts-V-${{ env.VERSION }}
9999
commit_message: "Backend update: Tag '${{ env.VERSION }}' added"
100100

101101
# - name: 'Updating Helm Charts values on branch main'

0 commit comments

Comments
 (0)