Skip to content

Commit 79da508

Browse files
committed
first commit
1 parent 5e4b165 commit 79da508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Build and push Docker images
4242
uses: docker/[email protected]
4343
with:
44-
username: nebell
45-
password: ${{ secrets.GITHUB_TOKEN }}
44+
username: ${{ secrets.DOCKER_USERNAME }}
45+
password: ${{ secrets.DOCKER_PASSWORD }}
4646
registry: docker.pkg.github.com
47-
repository: nebell/go-wechaty-getting-started/dingdongbot
47+
repository: wechaty/go-wechaty-getting-started/dingdongbot
4848
tag_with_ref: true

0 commit comments

Comments
 (0)