mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 06:16:52 +00:00
fix: actions needs ghcr.io
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user