forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update image references and regex in release workflow
Signed-off-by: Edgar Hernández <[email protected]>
- Loading branch information
1 parent
5c6ede1
commit cedd9f9
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
- name: Update params.env with new release version | ||
run: | | ||
sed -i 's|:v[0-9.]*\b|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env | ||
sed -i 's|:v[0-9.]*.*|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env | ||
- name: Commit changes | ||
run: | | ||
git config --global user.email "[email protected]" | ||
|
@@ -100,4 +100,4 @@ jobs: | |
#this takes the path of payload to upload as an asset in the changelog | ||
files: bin/* | ||
generate_release_notes: true | ||
name: ${{ github.event.inputs.tag_name }} | ||
name: ${{ github.event.inputs.tag_name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
kserve-controller=quay.io/opendatahub/kserve-controller:latest | ||
kserve-agent=quay.io/opendatahub/kserve-agent:latest | ||
kserve-router=quay.io/opendatahub/kserve-router:latest | ||
kserve-storage-initializer=quay.io/opendatahub/kserve-storage-initializer:latest | ||
kserve-controller=quay.io/opendatahub/kserve-controller:v0.12.1.0-latest | ||
kserve-agent=quay.io/opendatahub/kserve-agent:v0.12.1.0-latest | ||
kserve-router=quay.io/opendatahub/kserve-router:v0.12.1.0-latest | ||
kserve-storage-initializer=quay.io/opendatahub/kserve-storage-initializer:v0.12.1.0-latest |