Skip to content

Commit bcb2cec

Browse files
author
Michaël Ferrand
authored
Merge a095d1d into 4af6bda
2 parents 4af6bda + a095d1d commit bcb2cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
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)