Skip to content

Commit cc8642d

Browse files
Update peter-evans/dockerhub-description action to v5
1 parent 500803a commit cc8642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Invoke-Expression $cmd
4747
- name: Update Docker Hub Description
4848
if: ${{ steps.validate.outputs.latest == 'true' }}
49-
uses: peter-evans/dockerhub-description@v4.0.2
49+
uses: peter-evans/dockerhub-description@v5.0.0
5050
with:
5151
username: ${{ secrets.DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)