Skip to content

Commit

Permalink
add DockerHub overview update workflow (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed Jun 19, 2021
1 parent d45dec8 commit c2dbe67
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Update DockerHub overview
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: rector/rector
readme-filepath: ./docs/how_to_run_rector_in_docker.md

- name: Build images
run: |
DOCKER_TAGS=""
Expand Down

0 comments on commit c2dbe67

Please sign in to comment.