DEMO Time!

This commit is contained in:
Alexis Métaireau 2025-02-06 17:54:16 +01:00
parent a9043cef2c
commit 5c2c401be6
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -6,9 +6,9 @@ import click
from . import attestations, errors, log, registry, signatures
DEFAULT_REPOSITORY = "freedomofpress/dangerzone"
DEFAULT_REPOSITORY = "almet/dangerzone"
DEFAULT_BRANCH = "main"
DEFAULT_IMAGE_NAME = "ghcr.io/freedomofpress/dangerzone/dangerzone"
DEFAULT_IMAGE_NAME = "ghcr.io/almet/dangerzone/dangerzone"
@click.group()