Update from GHCR username to vars

This commit is contained in:
2025-10-01 22:08:58 +05:30
parent d8ac82076b
commit cd3f8f5b59

View File

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