Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13fee44

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

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.