Skip to content

Commit 130c890

Browse files
oksanabazaastefanutti
authored andcommitted
Update manifests to use ODH KFTO image
1 parent c7d4e1b commit 130c890

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/odh-build-and-publish-operator-image.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
name: ODH
55

66
on:
7-
- push
8-
- pull_request
7+
push:
8+
branches:
9+
- dev
10+
tags:
11+
- '**'
12+
pull_request:
13+
branches:
14+
- dev
915

1016
jobs:
1117
build-and-publish-operator:
@@ -65,6 +71,7 @@ jobs:
6571
type=raw,latest
6672
type=ref,event=pr
6773
type=sha,prefix=v1-odh-
74+
type=ref,enable=true,priority=600,prefix=,suffix=,event=tag
6875
6976
- name: Build image
7077
id: build-image

manifests/rhoai/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
odh-training-operator-controller-image=docker.io/kubeflow/training-operator:v1-855e096
1+
odh-training-operator-controller-image=quay.io/opendatahub/training-operator:v1-odh-c7d4e1b

0 commit comments

Comments
 (0)