@@ -72,28 +72,28 @@ jobs:
72
72
tags : ${{ steps.image-meta.outputs.tags }}
73
73
labels : ${{ steps.image-meta.outputs.labels }}
74
74
75
- # # Job to build and publish Helm chart
76
- # build_push_chart:
77
- # name: Build and push Helm chart
78
- # runs-on: ubuntu-latest
79
- # # Only build and push the chart if chart files have changed
80
- # needs: [changes]
81
- # if: ${{ needs.changes.outputs.chart == 'true' || github.ref_type == 'tag' }}
82
- # steps:
83
- # - name: Check out the repository
84
- # uses: actions/checkout@v4
85
- # with:
86
- # # This is important for the semver action to work correctly
87
- # # when determining the number of commits since the last tag
88
- # fetch-depth: 0
75
+ # Job to build and publish Helm chart
76
+ build_push_chart :
77
+ name : Build and push Helm chart
78
+ runs-on : ubuntu-latest
79
+ # Only build and push the chart if chart files have changed
80
+ needs : [changes]
81
+ if : ${{ needs.changes.outputs.chart == 'true' || github.ref_type == 'tag' }}
82
+ steps :
83
+ - name : Check out the repository
84
+ uses : actions/checkout@v4
85
+ with :
86
+ # This is important for the semver action to work correctly
87
+ # when determining the number of commits since the last tag
88
+ fetch-depth : 0
89
89
90
- # - name: Get SemVer version for current commit
91
- # id: semver
92
- # uses: azimuth-cloud/github-actions/semver@master
90
+ - name : Get SemVer version for current commit
91
+ id : semver
92
+ uses : azimuth-cloud/github-actions/semver@master
93
93
94
- # - name: Publish Helm charts
95
- # uses: azimuth-cloud/github-actions/helm-publish@master
96
- # with:
97
- # token: ${{ secrets.GITHUB_TOKEN }}
98
- # version: ${{ steps.semver.outputs.version }}
99
- # app-version: ${{ steps.semver.outputs.short-sha }}
94
+ - name : Publish Helm charts
95
+ uses : azimuth-cloud/github-actions/helm-publish@master
96
+ with :
97
+ token : ${{ secrets.GITHUB_TOKEN }}
98
+ version : ${{ steps.semver.outputs.version }}
99
+ app-version : ${{ steps.semver.outputs.short-sha }}
0 commit comments