From 6e0f29018750d4cd3dc57551ae5a60c07f1f2fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:03:11 +0200 Subject: [PATCH] Update peter-evans/dockerhub-description action to v3.4.0 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/dockerhub-description](https://togithub.com/peter-evans/dockerhub-description) | action | minor | `v3.3.0` -> `v3.4.0` | --- ### Release Notes
peter-evans/dockerhub-description ### [`v3.4.0`](https://togithub.com/peter-evans/dockerhub-description/releases/tag/v3.4.0): Docker Hub Description v3.4.0 [Compare Source](https://togithub.com/peter-evans/dockerhub-description/compare/v3.3.0...v3.4.0) #### What's Changed - feat: truncate short description exceeding the byte limit by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/dockerhub-description/pull/143](https://togithub.com/peter-evans/dockerhub-description/pull/143) - 12 dependency updates by [@​dependabot](https://togithub.com/dependabot) **Full Changelog**: https://github.com/peter-evans/dockerhub-description/compare/v3.3.0...v3.4.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/swissgrc/.github). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 81e94d1..7a8e77f 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -107,7 +107,7 @@ jobs: # Update Readme on Docker Hub - name: Publish README to Docker Hub if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@202973a37c8a723405c0c5f0a71b6d99db470dae # v3.3.0 + uses: peter-evans/dockerhub-description@4b1a4bb4846dfa5c7b245358b948fc6dd57891c0 # v3.4.0 with: username: ${{ secrets.docker-username }} password: ${{ secrets.docker-password }}