Use the correct secrets value
This commit is contained in:
parent
895bb9797f
commit
1a80b120d7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.GITHUB_ACTOR }}
|
username: ${{ env.GITHUB_ACTOR }}
|
||||||
password: ${{ env.PACKAGE_PAT }}
|
password: ${{ secrets.PACKAGE_PAT }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue