We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9269c3d commit 1383b76Copy full SHA for 1383b76
1 file changed
.github/workflows/dockerhub-description.yml
@@ -0,0 +1,19 @@
1
+name: Docker Hub Description
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ paths: [README.md]
7
+ workflow_dispatch:
8
9
+jobs:
10
+ update-description:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
15
+ - uses: peter-evans/dockerhub-description@v4
16
+ with:
17
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
18
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
19
+ repository: drumsergio/cashpilot
0 commit comments