Skip to content

Commit df14a8a

Browse files
committed
set docker packages username to github.actor
1 parent 42192fa commit df14a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build and push Docker images
4242
uses: docker/[email protected]
4343
with:
44-
username: nebell
44+
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
registry: docker.pkg.github.com
4747
repository: nebell/go-wechaty-getting-started/dingdongbot

0 commit comments

Comments
 (0)