Skip to content

Commit 7f068de

Browse files
Update peter-evans/dockerhub-description action to v3.4.1 (#35)
[![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 | patch | `v3.4.0` -> `v3.4.1` | --- ### Release Notes <details> <summary>peter-evans/dockerhub-description</summary> ### [`v3.4.1`](https://togithub.com/peter-evans/dockerhub-description/releases/tag/v3.4.1): Docker Hub Description v3.4.1 [Compare Source](https://togithub.com/peter-evans/dockerhub-description/compare/v3.4.0...v3.4.1) #### What's Changed - fix: use the truncated short description by [@&#8203;peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/dockerhub-description/pull/148](https://togithub.com/peter-evans/dockerhub-description/pull/148) - 3 dependency updates by [@&#8203;dependabot](https://togithub.com/dependabot) **Full Changelog**: peter-evans/dockerhub-description@v3.4.0...v3.4.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e0f290 commit 7f068de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# Update Readme on Docker Hub
108108
- name: Publish README to Docker Hub
109109
if: github.event_name != 'pull_request'
110-
uses: peter-evans/dockerhub-description@4b1a4bb4846dfa5c7b245358b948fc6dd57891c0 # v3.4.0
110+
uses: peter-evans/dockerhub-description@579f64ca0abced29dbbc44ab4c6a0b9e33ab3588 # v3.4.1
111111
with:
112112
username: ${{ secrets.docker-username }}
113113
password: ${{ secrets.docker-password }}

0 commit comments

Comments
 (0)