Add managed registry provisioning, pruning, and readiness tracking
This commit is contained in:
@@ -8,6 +8,7 @@ enum RegistryType: string
|
||||
{
|
||||
use Arrayable;
|
||||
|
||||
case MANAGED = 'managed';
|
||||
case GENERIC = 'generic';
|
||||
case GITEA = 'gitea';
|
||||
case GHCR = 'ghcr';
|
||||
|
||||
Reference in New Issue
Block a user