mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
DEMO Time!
This commit is contained in:
parent
a9043cef2c
commit
5c2c401be6
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue