Skip to content

Commit 69565c8

Browse files
authored
chore(ci): add section to update docker hub readme
1 parent 6091749 commit 69565c8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,10 @@ jobs:
123123
labels: ${{ steps.docker_meta.outputs.labels }}
124124
cache-from: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
125125
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
126+
127+
- name: Update repo description
128+
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
129+
with:
130+
username: ${{ vars.DOCKERHUB_USERNAME }}
131+
password: ${{ secrets.DOCKER_PASSWORD }}
132+
repository: solidnerd/bookstack

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ jobs:
130130
cache-from: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
131131
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
132132

133+
- name: Update repo description
134+
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
135+
with:
136+
username: ${{ vars.DOCKERHUB_USERNAME }}
137+
password: ${{ secrets.DOCKER_PASSWORD }}
138+
repository: solidnerd/bookstack
139+
133140
create-release:
134141
runs-on: ubuntu-24.04
135142
needs: push

0 commit comments

Comments
 (0)