8000 chore(docker-hub): add github action for docker hub readme update · namxam/docker-bookstack@13fee44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13fee44

Browse files
committed
chore(docker-hub): add github action for docker hub readme update
1 parent 00923d0 commit 13fee44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
repository: solidnerd/bookstack
3434
tag_with_ref: true
3535
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

Comments
 (0)
0