Skip to content

Commit fccad18

Browse files
authored
Update build.py
1 parent f9175d7 commit fccad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
parser.add_argument('--deploy', help='deploy docker container to remote', action='store_true')
1010
parser.add_argument('--flavor', help='flavor (full, light, minimal) used for docker container', default='full')
1111

12-
REMOTE_IMAGE_PREFIX = "mltooling/"
12+
REMOTE_IMAGE_PREFIX = "dagshub/"
1313

1414
args, unknown = parser.parse_known_args()
1515
if unknown:

0 commit comments

Comments
 (0)