Skip to content

Commit

Permalink
Update gha workflows to use latest peter-evans/dockerhub-description,…
Browse files Browse the repository at this point in the history
… should remove warnings
  • Loading branch information
lucaguindani committed Jan 30, 2024
1 parent 6a6ce7f commit e7c11fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-to: type=inline

- name: Update description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e7c11fa

Please sign in to comment.