rename openverso to gradiant (#227)

This commit is contained in:
Carlos Giraldo
2024-01-29 11:53:22 +01:00
committed by GitHub
parent 70b91de0d6
commit 9ddf948279
53 changed files with 364 additions and 365 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
REGISTRY=docker.io/openverso
REGISTRY=docker.io/gradiant
if [ -z "$IMAGE_LIST" ]; then
LIST_CHANGED=`git diff --name-only main -- images | cut -f1-2 -d'/' | uniq`