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 dc258a0 commit 436e731Copy full SHA for 436e731
.github/workflows/docker-image.yml
@@ -28,4 +28,13 @@ jobs:
28
--tag ${{ vars.DOCKER_USERNAME }}/kv:latest
29
30
docker push ${{ vars.DOCKER_USERNAME }}/kv:${TIMESTAMP}
31
- docker push ${{ vars.DOCKER_USERNAME }}/kv:latest
+ docker push ${{ vars.DOCKER_USERNAME }}/kv:latest
32
+
33
+ - name: Update Docker Hub Description
34
+ uses: peter-evans/dockerhub-description@v3
35
+ with:
36
+ username: ${{ vars.DOCKER_USERNAME }}
37
+ password: ${{ secrets.DOCKER_PAT }}
38
+ repository: ${{ vars.DOCKER_USERNAME }}/kv
39
+ readme-filepath: ./README.md
40
+ short-description: "A lightweight key-value store with HTTP API built using ReactPHP and SQLite"
0 commit comments