Skip to content

Commit a095d1d

Browse files
committed
feat(): use peter-evans/dockerhub-description@v4
1 parent 4af6bda commit a095d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
write-comment: true
7474
github-token: ${{ secrets.GITHUB_TOKEN }}
7575
- name: Update repo description
76-
if: ${{ github.ref == 'refs/heads/main' }}
77-
uses: peter-evans/dockerhub-description@v3
76+
if: github.ref == 'refs/heads/main'
77+
uses: peter-evans/dockerhub-description@v4
7878
with:
7979
username: ${{ secrets.DOCKERHUB_USERNAME }}
8080
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)