Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 5e559e9

Browse files
committed
Update Docker Hub README
Fixes #16 (again)
1 parent e1e2e03 commit 5e559e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ jobs:
4949
push: ${{ github.event_name != 'pull_request' }}
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
52+
53+
- name: Update repo description
54+
uses: peter-evans/dockerhub-description@v4
55+
with:
56+
username: ${{ secrets.DOCKERHUB_USERNAME }}
57+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
58+
repository: axiom/rsync-server

0 commit comments

Comments
 (0)