Skip to content

Commit

Permalink
Update docker/metadata-action action to v4.4.0 (#42)
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 |
|---|---|---|---|
| [docker/metadata-action](https://togithub.com/docker/metadata-action)
| action | minor | `v4.3.0` -> `v4.4.0` |

---

### Release Notes

<details>
<summary>docker/metadata-action</summary>

###
[`v4.4.0`](https://togithub.com/docker/metadata-action/releases/tag/v4.4.0)

[Compare
Source](https://togithub.com/docker/metadata-action/compare/v4.3.0...v4.4.0)

- Add `context` input to define the metadata provider by
[@&#8203;neilime](https://togithub.com/neilime) in
[docker/metadata-action#248
- Switch to actions-toolkit implementation by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/metadata-action#266
[docker/metadata-action#273
[docker/metadata-action#284
- Bump csv-parse from 5.3.3 to 5.3.8 in
[docker/metadata-action#271
[docker/metadata-action#286
- Bump moment-timezone from 0.5.40 to 0.5.43 in
[docker/metadata-action#268
[docker/metadata-action#278
[docker/metadata-action#281
- Bump semver from 7.4.0 to 7.5.0 in
[docker/metadata-action#285

**Full Changelog**:
docker/metadata-action@v4.3.0...v4.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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 85b68d7 commit 65c7dbd
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 @@ -23,7 +23,7 @@ jobs:
# Extract metadata (tags, labels) for Docker
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4.4.0
with:
images: |
${{ inputs.image-name }}
Expand Down

0 comments on commit 65c7dbd

Please sign in to comment.