Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9.
- name: Determine major version tag
id: determine-major-version
uses: frabert/replace-string-action@v2.3
uses: frabert/replace-string-action@v2.4
with:
pattern: '^(\d+\.\d+).*$'
string: ${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- uses: frabert/replace-string-action@v2.3
- uses: frabert/replace-string-action@v2.4
id: formatted_distro
with:
pattern: '(.*)\/(.*)$'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
INPUT_VERSION: ${{ inputs.version || github.ref_name }}

# String the 'v' prefix for tags.
- uses: frabert/replace-string-action@v2.3
- uses: frabert/replace-string-action@v2.4
id: formatted_version
with:
pattern: '[v]*(.*)$'
Expand Down