Skip to content

Commit

Permalink
Update peter-evans/dockerhub-description action to v3.4.0 (#34)
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 | minor | `v3.3.0` -> `v3.4.0` |

---

### Release Notes

<details>
<summary>peter-evans/dockerhub-description</summary>

###
[`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
[@&#8203;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
[@&#8203;dependabot](https://togithub.com/dependabot)

**Full Changelog**:
peter-evans/dockerhub-description@v3.3.0...v3.4.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 7, 2023
1 parent b91a448 commit 6e0f290
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@202973a37c8a723405c0c5f0a71b6d99db470dae # v3.3.0
uses: peter-evans/dockerhub-description@4b1a4bb4846dfa5c7b245358b948fc6dd57891c0 # v3.4.0
with:
username: ${{ secrets.docker-username }}
password: ${{ secrets.docker-password }}
Expand Down

0 comments on commit 6e0f290

Please sign in to comment.