File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 uses : ./.github/actions/helm
171171 with :
172172 chart : ${{ github.workspace }}/helm/ggbridge
173- version : ' 0.0 .0-${{ steps. github.outputs.short-sha }}'
173+ version : ' 0.1 .0-${{ github.run_number }}'
174174 app-version : ${{ steps.github.outputs.short-sha }}
175175 publish : ' true'
176176 registry : oci://ttl.sh/${{ steps.github.outputs.repository }}/helm
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 uses : ./.github/actions/helm
210210 with :
211211 chart : ${{ github.workspace }}/helm/ggbridge
212- version : ' 0.0 .0-${{ steps. github.outputs.short-sha }}'
212+ version : ' 0.1 .0-${{ github.run_number }}'
213213 app-version : ' unstable-${{ steps.github.outputs.short-sha }}'
214214 publish : ' true'
215215 registry : oci://ghcr.io/${{ steps.github.outputs.repository }}/helm
You can’t perform that action at this time.
0 commit comments