Skip to content

Commit

Permalink
chore(deps): fix ghcr login in ci.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dane-kk authored Oct 11, 2024
1 parent 5af31eb commit fc07c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ env.GITHUB_TOKEN }}
- name: Build docker image
uses: docker/build-push-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# username: ${{ github.repository_owner }}
# password: ${{ env.GITHUB_TOKEN }}
- name: Build docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fc07c6d

Please sign in to comment.