Skip to content

Commit

Permalink
Update manifests to use ODH KFTO image
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza committed Sep 18, 2024
1 parent c7d4e1b commit 5f32e5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/odh-build-and-publish-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
name: ODH

on:
- push
- pull_request
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
release:
types: [published]

jobs:
build-and-publish-operator:
Expand Down Expand Up @@ -65,6 +73,7 @@ jobs:
type=raw,latest
type=ref,event=pr
type=sha,prefix=v1-odh-
type=ref,event=release,ref=tags
- name: Build image
id: build-image
Expand Down
2 changes: 1 addition & 1 deletion manifests/rhoai/params.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
odh-training-operator-controller-image=docker.io/kubeflow/training-operator:v1-855e096
odh-training-operator-controller-image=quay.io/opendatahub/training-operator:v1-odh-c7d4e1b

0 comments on commit 5f32e5b

Please sign in to comment.