Skip to content

Commit

Permalink
org pat update docker login version
Browse files Browse the repository at this point in the history
  • Loading branch information
hitk6 committed Jul 18, 2024
1 parent 95a11fe commit f39b5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to GitHub Registry
uses: docker/login-action@v2
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: $GITHUB_ACTOR
username: ${{ github.actor }}
password: ${{ secrets.ORG_PAT_GITHUB }}

- name: Build and push
Expand Down

0 comments on commit f39b5e5

Please sign in to comment.