File tree Expand file tree Collapse file tree 3 files changed +2
-61
lines changed
Expand file tree Collapse file tree 3 files changed +2
-61
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,22 +36,10 @@ jobs:
3636 steps :
3737 - name : Checkout
3838 uses : actions/checkout@v4
39- - name : Print tag0
40- run : echo "tag0=${{ needs.release-please.outputs.tag_name }}"
41- - name : Print tag1
42- run : |
43- TAG=$(echo "${{ needs.release-please.outputs.tag_name }}" | cut -c 2-)
44- echo "tag1=$TAG"
4539 - name : Get version tag
4640 id : get_tag
4741 # needs.release-please.outputs.tag_name = v1.0.0
4842 run : echo "VERSION=$(echo "${{ needs.release-please.outputs.tag_name }}" | cut -c 2-)" >> $GITHUB_OUTPUT
49- - name : Print tag2
50- run : echo "tag2=${{ steps.get_tag.outputs.VERSION }}"
51- - name : Print tag3
52- run : |
53- TAG=$(echo "${{ steps.get_tag.outputs.VERSION }}" | sed 's/v\([0-9.]*\).*/\1/')
54- echo "tag3=$TAG"
5543 - name : Docker meta
5644 id : meta
5745 uses : docker/metadata-action@v5
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0.0
18+ version : 1.0.6
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.0.0 "
24+ appVersion : " 1.0.6 "
You can’t perform that action at this time.
0 commit comments