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 00923d0 commit 13fee44Copy full SHA for 13fee44
.github/workflows/main.yml
@@ -33,3 +33,9 @@ jobs:
33
repository: solidnerd/bookstack
34
tag_with_ref: true
35
add_git_labels: true
36
+ - name: Docker Hub Description
37
+ uses: peter-evans/dockerhub-description@v2
38
+ env:
39
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
40
+ DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
41
+ DOCKERHUB_REPOSITORY: solidnerd/bookstack
0 commit comments