From 4750b0df6f362a26f1c43ac02faa8ad75ae5342c Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 3 Aug 2022 03:15:00 +0200 Subject: [PATCH] TMP registry umarcor/f4pga/dev/conda --- .github/scripts/generate_matrices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/generate_matrices.py b/.github/scripts/generate_matrices.py index 70f6d3b1..e4ed24e0 100755 --- a/.github/scripts/generate_matrices.py +++ b/.github/scripts/generate_matrices.py @@ -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'