Skip to content

Commit

Permalink
Update image references and regex in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
  • Loading branch information
israel-hdez committed May 7, 2024
1 parent 5c6ede1 commit 2518cca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/odh-create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "github-actions@github.com"
Expand Down Expand Up @@ -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 }}
8 changes: 4 additions & 4 deletions config/overlays/odh/params.env
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

0 comments on commit 2518cca

Please sign in to comment.