Fix docker username issue

This commit is contained in:
Owen
2025-12-08 14:51:13 -05:00
parent 7c7762ebc5
commit 467d69aa7c

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: