File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- ' .github/dependabot.yml'
15
15
- ' docs/**'
16
16
env :
17
- IMG_ORG : kubeflow
17
+ IMG_ORG : mmortari
18
18
IMG_REPO : model-registry
19
19
DOCKER_USER : ${{ secrets.DOCKERHUB_USERNAME }}
20
20
DOCKER_PWD : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 11
11
- " docs/**"
12
12
- " clients/python/docs/**"
13
13
env :
14
- IMG_ORG : kubeflow
14
+ IMG_ORG : mmortari
15
15
IMG_REPO : model-registry
16
16
PUSH_IMAGE : false
17
17
BRANCH : ${{ github.base_ref }}
Original file line number Diff line number Diff line change 14
14
- ' .github/dependabot.yml'
15
15
- ' docs/**'
16
16
env :
17
- IMG_ORG : kubeflow
17
+ IMG_ORG : mmortari
18
18
IMG_REPO : model-registry-storage-initializer
19
19
DOCKER_USER : ${{ secrets.DOCKERHUB_USERNAME }}
20
20
DOCKER_PWD : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 20
20
- " go.mod"
21
21
22
22
env :
23
- IMG_ORG : kubeflow
23
+ IMG_ORG : mmortari
24
24
MODEL_REGISTRY_IMG : model-registry
25
25
MODEL_REGISTRY_CSI_IMG : model-registry-storage-initializer
26
26
PUSH_IMAGE : false
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
# see Makefile for the IMG_ variables semantic
6
- IMG_REGISTRY=" "
6
+ IMG_REGISTRY=" quay.io "
7
7
IMG_ORG=" ${IMG_ORG:- kubeflow} "
8
8
IMG_REPO=" ${IMG_REPO:- model-registry} "
9
9
DOCKER_USER=" ${DOCKER_USER} "
You can’t perform that action at this time.
0 commit comments