Skip to content

Commit 39adcaa

Browse files
authored
Apply suggestion from @shenxianpeng
1 parent 2689050 commit 39adcaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Update Docker Hub description
18-
uses: peter-evans/dockerhub-description@v5
18+
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
19+
1920
with:
2021
username: ${{ secrets.DOCKER_USERNAME }}
2122
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)