Update registry to ghcr

This commit is contained in:
1ilit 2024-07-25 03:26:46 +03:00
parent 5922fc6575
commit 65960da99c

View File

@ -22,9 +22,10 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
- name: Log in to ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}