Skip to content

Commit

Permalink
Update maven-docker.yml
Browse files Browse the repository at this point in the history
bugfix - login to GHCR via PAT
  • Loading branch information
keke125 committed May 28, 2023
1 parent fb834ee commit 31ef426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 31ef426

Please sign in to comment.