Fix docker username issue

This commit is contained in:
Owen
2026-01-26 15:22:08 -08:00
parent c88810ef24
commit d0c9ea5a57
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
timeout-minutes: 120
env:
# Target images
DOCKERHUB_IMAGE: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}
DOCKERHUB_IMAGE: docker.io/fosrl/${{ github.event.repository.name }}
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
steps: