Skip to content

Commit d44b229

Browse files
committed
chore(ci): use github.run_number for helm CI versions
1 parent 700db1b commit d44b229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/unstable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)