Skip to content

Commit

Permalink
Update docker login token
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Aug 12, 2024
1 parent 70f5d8b commit 2a7c63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker build --file docker/build.Dockerfile \
--tag "$IMG_NAME:latest" \
Expand Down

0 comments on commit 2a7c63d

Please sign in to comment.