Skip to content

Commit

Permalink
actor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Jul 31, 2024
1 parent eb7b448 commit df19a85
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.actor }}
username: ${{ github.triggering_actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GHCR
Expand Down

0 comments on commit df19a85

Please sign in to comment.