Skip to content

Commit a08e001

Browse files
authored
updated sed command to update image tags with latest version (#381)
1 parent bd5e5c5 commit a08e001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Update params.env with new release version
7878
run: |
79-
sed -i 's|:v[0-9.]*.*|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env
79+
sed -i 's|:v[0-9.]*.*-latest|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env
8080
- name: Commit changes
8181
run: |
8282
git config --global user.email "github-actions@github.com"

0 commit comments

Comments
 (0)