fix: route fork Docker image publishes

This commit is contained in:
yellowcooln
2026-07-01 23:18:16 -04:00
parent 4a7720e7ae
commit f3d3129d4a
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
if [ "${{ github.event_name }}" = "workflow_dispatch" ] && [ -n "${{ inputs.image_repository }}" ]; then
image_repository="${{ inputs.image_repository }}"
elif [ "${{ github.repository_owner }}" = "yellowcooln" ]; then
image_repository="yellowcooln/openhop-repeater"
image_repository="yellowcooln/pymc-repeater"
else
image_repository="openhop/openhop-repeater"
fi