ci: authenticate GHCR releases with package token
This commit is contained in:
@@ -136,8 +136,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GHCR_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Prepare image name
|
- name: Prepare image name
|
||||||
id: image
|
id: image
|
||||||
|
|||||||
Reference in New Issue
Block a user