TMP registry umarcor/f4pga/dev/conda

This commit is contained in:
Unai Martinez-Corral 2022-08-03 03:15:00 +02:00
parent c233c8373a
commit 4750b0df6f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
from os import environ
from sys import argv as sys_argv
registry = 'ghcr.io/chipsalliance/f4pga/dev/conda'
registry = 'ghcr.io/umarcor/f4pga/dev/conda'
isFork = len(sys_argv)>1 and sys_argv[1] != 'chipsalliance/f4pga-examples'