Skip to content

Commit

Permalink
Merge pull request #19 from axiom-data-science/update-dockerhub-readme
Browse files Browse the repository at this point in the history
Update Docker Hub README
  • Loading branch information
srstsavage authored Feb 20, 2024
2 parents e1e2e03 + 5e559e9 commit 12dc081
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 12dc081

Please sign in to comment.