Skip to content

Commit

Permalink
trying another existing action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch committed Jul 1, 2023
1 parent 5dced7e commit bacf738
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dockerhub-description-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- uses: actions/checkout@v3

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

0 comments on commit bacf738

Please sign in to comment.