@@ -131,22 +131,22 @@ jobs:
131131 key : ${{ steps.gpg.outputs.email }}
132132 private_key : ${{ secrets.GPG_PRIVATE_KEY }}
133133 passphrase : ${{ secrets.GPG_PASSPHRASE }}
134- if : steps.tag_exists.outputs.TAG_EXISTS == 'false'
134+ if : steps.tag_exists.outputs.TAG_EXISTS == 'false' && steps.gpg.outputs.email != ''
135135
136- # - name: Publish Helm chart to the ghcr.io registry
137- # uses: appany/helm-oci-chart-releaser@v0.5.0
138- # with:
139- # name: traefik
140- # repository: traefik /helm
141- # tag: ${{ steps.chart_version.outputs.CHART_VERSION }}
142- # path: ./traefik
143- # registry: ghcr.io
144- # registry_username: traefiker
145- # registry_password: ${{ secrets.GHCR_TOKEN }}
146- # sign: true
147- # signing_key: ${{ steps.gpg.outputs.name }}
148- # signing_passphrase: ${{ secrets.GPG_PASSPHRASE }}
149- # if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
136+ - name : Publish Helm chart to the ghcr.io registry
137+ uses : appany/helm-oci-chart-releaser@v0.5.0
138+ with :
139+ name : traefik
140+ repository : bpsoraggi /helm
141+ tag : ${{ steps.chart_version.outputs.CHART_VERSION }}
142+ path : ./traefik
143+ registry : ghcr.io
144+ registry_username : bpsoraggi
145+ registry_password : ${{ secrets.CHARTS_TOKEN }}
146+ sign : true
147+ signing_key : ${{ steps.gpg.outputs.name }}
148+ signing_passphrase : ${{ secrets.GPG_PASSPHRASE }}
149+ if : steps.tag_exists.outputs.TAG_EXISTS == 'false'
150150
151151 # - name: Trigger hub-doc synchronization workflow
152152 # env:
0 commit comments