Skip to content

Commit

Permalink
reverting to peter evans action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch committed Jul 1, 2023
1 parent 6db771a commit 212f891
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dockerhub-description-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update Docker Hub Description
uses: ms-jpq/sync-dockerhub-readme@v1
- name: Update Docker Hub Repository Description from README.md
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT_BGA }}
repository: zenika/terraform-aws-cli
readme: "./README.md"


0 comments on commit 212f891

Please sign in to comment.