File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 # E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9.
7676 - name : Determine major version tag
7777 id : determine-major-version
78- uses : frabert/replace-string-action@v2.1
78+ uses : frabert/replace-string-action@v2.2
7979 with :
8080 pattern : ' ^(\d+\.\d+).*$'
8181 string : ${{ inputs.version }}
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 - name : Set up Docker Buildx
172172 uses : docker/setup-buildx-action@v2
173173
174- - uses : frabert/replace-string-action@v2.1
174+ - uses : frabert/replace-string-action@v2.2
175175 id : formatted_distro
176176 with :
177177 pattern : ' (.*)\/(.*)$'
Original file line number Diff line number Diff line change 5656 INPUT_VERSION : ${{ github.event.inputs.version || github.ref_name }}
5757
5858 # String the 'v' prefix for tags.
59- - uses : frabert/replace-string-action@v2.1
59+ - uses : frabert/replace-string-action@v2.2
6060 id : formatted_version
6161 with :
6262 pattern : ' [v]*(.*)$'
You can’t perform that action at this time.
0 commit comments