Skip to content

Commit

Permalink
use actor
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi authored Mar 22, 2022
1 parent dcd251e commit 6b233b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.GHCR_USER }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 6b233b6

Please sign in to comment.