2 커밋 6da9ee9757 ... b60c5801fc

작성자 SHA1 메시지 날짜
  Mohammad Abdolirad b60c5801fc Merge pull request #28 from dockage/dependabot/github_actions/peter-evans/dockerhub-description-4 1 년 전
  dependabot[bot] 98e52f0721 Bump peter-evans/dockerhub-description from 3 to 4 1 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -80,7 +80,7 @@ jobs:
           CONTEXT: ${{steps.alpine-minor-version.outputs.result}}
 
       - name: Docker Hub Description
-        uses: peter-evans/dockerhub-description@v3
+        uses: peter-evans/dockerhub-description@v4
         if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}