Skip to content

Commit 2fa9c31

Browse files
committed
fix: github ci
1 parent 4c62e9b commit 2fa9c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docker Image 'jeeetpaul/whatsbot'
1+
name: Publish Docker Image 'wcyat/whatsbot'
22

33
on:
44
push:
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
23-
repository: jeeetpaul/whatsbot
23+
repository: wcyat/whatsbot
2424
tag_with_ref: true

0 commit comments

Comments
 (0)