Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: change github.repository_owner to github.actor (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
omrozowicz-splunk committed Sep 22, 2021
1 parent 98aeaf3 commit 89a3fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit 89a3fb5

Please sign in to comment.