Skip to content

Commit

Permalink
Update registry to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilit committed Jul 25, 2024
1 parent 5922fc6 commit 65960da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 65960da

Please sign in to comment.