Skip to content

Commit eb3f135

Browse files
committed
update: odh build should push to quay.io/opendatahub-io
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent 899b2b7 commit eb3f135

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
5959
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
6060

61+
- name: Set container repo for red-hat-data-services
62+
if: github.repository_owner == 'red-hat-data-services'
63+
run: echo "CONTAINER_REPO=quay.io/rhoai/odh-cli-rhel9" >> $GITHUB_ENV
64+
6165
- name: Build and push dev image
6266
env:
6367
VERSION: dev
@@ -97,6 +101,10 @@ jobs:
97101
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
98102
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
99103

104+
- name: Set container repo for red-hat-data-services
105+
if: github.repository_owner == 'red-hat-data-services'
106+
run: echo "CONTAINER_REPO=quay.io/rhoai/odh-cli-rhel9" >> $GITHUB_ENV
107+
100108
- name: Build and push image
101109
env:
102110
VERSION: ${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)