We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b548dd commit ecdf235Copy full SHA for ecdf235
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/website-diff
0 commit comments