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 authored and astefanutti committed Sep 25, 2024
1 parent c7d4e1b commit 130c890
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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,14 @@
name: ODH

on:
- push
- pull_request
push:
branches:
- dev
tags:
- '**'
pull_request:
branches:
- dev

jobs:
build-and-publish-operator:
Expand Down Expand Up @@ -65,6 +71,7 @@ jobs:
type=raw,latest
type=ref,event=pr
type=sha,prefix=v1-odh-
type=ref,enable=true,priority=600,prefix=,suffix=,event=tag
- 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 130c890

Please sign in to comment.