Merge pull request #5 from ryuupendragon/registry

Update from GHCR username to vars
This commit was merged in pull request #5.
This commit is contained in:
2025-10-14 13:15:49 +05:30
committed by GitHub

View File

@@ -57,7 +57,7 @@ jobs:
uses: docker/login-action@v3.5.0
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ vars.GH_USERNAME }}
password: ${{ secrets.GH_TOKEN }}
-
name: Login to Docker Hub