Skip to content

Commit

Permalink
Fix GitHub workflow (login as github.actor).
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 24, 2025
1 parent 92de2da commit e157a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false
- name: Extract Docker metadata
id: metadata
uses: docker/metadata-action@v5
Expand Down

0 comments on commit e157a65

Please sign in to comment.