Skip to content

Commit

Permalink
Fix GPR push authentication failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
amigus committed Feb 9, 2022
1 parent e1f9e21 commit 36349bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
fi
registry=docker.pkg.github.com
echo "${{ secrets.GPR_PAT }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
make image REGISTRY="$registry/${{ github.repository }}" VERSION=$version
docker logout

0 comments on commit 36349bc

Please sign in to comment.