Skip to content

Commit

Permalink
Update peter-evans/dockerhub-description action to v3.4.1 (#35)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Apr 10, 2023
1 parent 6e0f290 commit 7f068de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4b1a4bb4846dfa5c7b245358b948fc6dd57891c0 # v3.4.0
uses: peter-evans/dockerhub-description@579f64ca0abced29dbbc44ab4c6a0b9e33ab3588 # v3.4.1
with:
username: ${{ secrets.docker-username }}
password: ${{ secrets.docker-password }}
Expand Down

0 comments on commit 7f068de

Please sign in to comment.