We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c62e9b commit 2fa9c31Copy full SHA for 2fa9c31
.github/workflows/publish-docker.yml
@@ -1,4 +1,4 @@
1
-name: Publish Docker Image 'jeeetpaul/whatsbot'
+name: Publish Docker Image 'wcyat/whatsbot'
2
3
on:
4
push:
@@ -20,5 +20,5 @@ jobs:
20
with:
21
username: ${{ secrets.DOCKER_USERNAME }}
22
password: ${{ secrets.DOCKER_PASSWORD }}
23
- repository: jeeetpaul/whatsbot
+ repository: wcyat/whatsbot
24
tag_with_ref: true
0 commit comments