Skip to content

Commit 2d702b3

Browse files
committed
ci: revert username
1 parent e67a383 commit 2d702b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/login-action@v2
4242
with:
4343
registry: ghcr.io
44-
username: github
44+
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Build and push Docker image
4747
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)