Skip to content

Commit 2a0ab21

Browse files
committed
test main
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 3761a6a commit 2a0ab21

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/dependabot.yml'
1515
- 'docs/**'
1616
env:
17-
IMG_ORG: kubeflow
17+
IMG_ORG: mmortari
1818
IMG_REPO: model-registry
1919
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
2020
DOCKER_PWD: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build-image-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- "docs/**"
1212
- "clients/python/docs/**"
1313
env:
14-
IMG_ORG: kubeflow
14+
IMG_ORG: mmortari
1515
IMG_REPO: model-registry
1616
PUSH_IMAGE: false
1717
BRANCH: ${{ github.base_ref }}

.github/workflows/csi-build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/dependabot.yml'
1515
- 'docs/**'
1616
env:
17-
IMG_ORG: kubeflow
17+
IMG_ORG: mmortari
1818
IMG_REPO: model-registry-storage-initializer
1919
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
2020
DOCKER_PWD: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/csi-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- "go.mod"
2121

2222
env:
23-
IMG_ORG: kubeflow
23+
IMG_ORG: mmortari
2424
MODEL_REGISTRY_IMG: model-registry
2525
MODEL_REGISTRY_CSI_IMG: model-registry-storage-initializer
2626
PUSH_IMAGE: false

scripts/build_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# see Makefile for the IMG_ variables semantic
6-
IMG_REGISTRY=""
6+
IMG_REGISTRY="quay.io"
77
IMG_ORG="${IMG_ORG:-kubeflow}"
88
IMG_REPO="${IMG_REPO:-model-registry}"
99
DOCKER_USER="${DOCKER_USER}"

0 commit comments

Comments
 (0)