2 次代码提交 6da9ee9757 ... b60c5801fc

作者 SHA1 备注 提交日期
  Mohammad Abdolirad b60c5801fc Merge pull request #28 from dockage/dependabot/github_actions/peter-evans/dockerhub-description-4 11 月之前
  dependabot[bot] 98e52f0721 Bump peter-evans/dockerhub-description from 3 to 4 11 月之前
共有 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 }}