fix: update Docker image branding

This commit is contained in:
yellowcooln
2026-06-26 09:10:58 -04:00
parent fcaad1dacf
commit 4d095dad42
10 changed files with 49 additions and 25 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
elif [ "${{ github.repository }}" = "yellowcooln/openhop_repeater" ]; then
image_repository="yellowcooln/openhop-repeater"
else
image_repository="pymcdev/openhop-repeater"
image_repository="openhop/openhop-repeater"
fi
echo "Using image repository: ${image_repository}"