Skip to content

Commit

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

---

### Release Notes

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

###
[`v3.3.0`](https://togithub.com/peter-evans/dockerhub-description/releases/tag/v3.3.0):
Docker Hub Description v3.3.0

[Compare
Source](https://togithub.com/peter-evans/dockerhub-description/compare/v3.2.0...v3.3.0)

#### What's Changed

- feat: truncate content exceeding the byte limit by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[peter-evans/dockerhub-description#129
- 2 dependency updates by
[@&#8203;dependabot](https://togithub.com/dependabot)

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

###
[`v3.2.0`](https://togithub.com/peter-evans/dockerhub-description/releases/tag/v3.2.0):
Docker Hub Description v3.2.0

[Compare
Source](https://togithub.com/peter-evans/dockerhub-description/compare/v3.1.2...v3.2.0)

#### What's Changed

- feat: convert relative urls to absolute
([#&#8203;125](https://togithub.com/peter-evans/dockerhub-description/issues/125))
by [@&#8203;mrtwnklr](https://togithub.com/mrtwnklr) in
[peter-evans/dockerhub-description#126
- 35 dependency updates by
[@&#8203;dependabot](https://togithub.com/dependabot)

#### New Contributors

- [@&#8203;mrtwnklr](https://togithub.com/mrtwnklr) made their first
contribution in
[peter-evans/dockerhub-description#125

**Full Changelog**:
peter-evans/dockerhub-description@v3.1.2...v3.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuNyIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 6, 2023
1 parent 81a459b commit 00ec270
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 @@ -88,7 +88,7 @@ jobs:
# Update Readme on Docker Hub
- name: Publish README to Docker Hub
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@93b93397c27ed52b4055b8c6b2f8d92456ab3c56 # tag=v3.1.2
uses: peter-evans/dockerhub-description@202973a37c8a723405c0c5f0a71b6d99db470dae # v3.3.0
with:
username: ${{ secrets.docker-username }}
password: ${{ secrets.docker-password }}
Expand Down

0 comments on commit 00ec270

Please sign in to comment.