Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru authored Jul 12, 2023
1 parent 74ba7ca commit f384555
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
tags: ${{ env.IMAGE_NAME }}:${{ env.LATEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Sync
uses: ms-jpq/sync-dockerhub-readme@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: bigdatainbiomedicine/needl
readme: "./README.md"

0 comments on commit f384555

Please sign in to comment.