Fix docker username issue

This commit is contained in:
Owen
2025-12-08 14:51:13 -05:00
parent c88810ef24
commit d0c9ea5a57

View File

@@ -30,7 +30,7 @@ jobs:
timeout-minutes: 120 timeout-minutes: 120
env: env:
# Target images # 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 }} GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
steps: steps: