Update the image location to track ghcr.io/freedomofpress

This commit is contained in:
Alexis Métaireau 2025-04-22 12:54:12 +02:00
parent 66b906a8ee
commit dce91eaa26
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from .settings import Settings
from .util import get_resource_path, get_subprocess_startupinfo
OLD_CONTAINER_NAME = "dangerzone.rocks/dangerzone"
CONTAINER_NAME = "ghcr.io/almet/dangerzone/dangerzone" # FIXME: Change this to the correct container name
CONTAINER_NAME = "ghcr.io/freedomofpress/dangerzone/dangerzone"
log = logging.getLogger(__name__)

View file

@ -6,7 +6,7 @@ import sys
from pathlib import Path
BUILD_CONTEXT = "dangerzone"
IMAGE_NAME = "dangerzone.rocks/dangerzone"
IMAGE_NAME = "ghcr.io/freedomofpress/dangerzone/dangerzone"
if platform.system() in ["Darwin", "Windows"]:
CONTAINER_RUNTIME = "docker"
elif platform.system() == "Linux":