Skip to content

Commit

Permalink
Update Docker Hub README
Browse files Browse the repository at this point in the history
Fixes #16 (again)
  • Loading branch information
srstsavage committed Feb 20, 2024
1 parent e1e2e03 commit 5e559e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: axiom/rsync-server

0 comments on commit 5e559e9

Please sign in to comment.