Skip to content

Commit

Permalink
actor instead of triggering actor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Jul 31, 2024
1 parent df19a85 commit e00a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.triggering_actor }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GHCR
Expand Down

0 comments on commit e00a381

Please sign in to comment.