From a917a537ea2392bbfe71b4a1563e1f39c2b6930f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 1 Feb 2024 16:23:04 +0000
Subject: [PATCH] chore(deps): update docker/metadata-action action to v5.5.1
(#2928)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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 | `v5.4.0` -> `v5.5.1` |
---
### Release Notes
docker/metadata-action (docker/metadata-action)
###
[`v5.5.1`](https://togithub.com/docker/metadata-action/releases/tag/v5.5.1)
[Compare
Source](https://togithub.com/docker/metadata-action/compare/v5.5.0...v5.5.1)
- Don't set `cwd://` prefix for local bake files by
[@crazy-max](https://togithub.com/crazy-max) in
[https://github.com/docker/metadata-action/pull/382](https://togithub.com/docker/metadata-action/pull/382)
**Full Changelog**:
https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1
###
[`v5.5.0`](https://togithub.com/docker/metadata-action/releases/tag/v5.5.0)
[Compare
Source](https://togithub.com/docker/metadata-action/compare/v5.4.0...v5.5.0)
- Set `cwd://` prefix for bake files path by
[@crazy-max](https://togithub.com/crazy-max) in
[https://github.com/docker/metadata-action/pull/370](https://togithub.com/docker/metadata-action/pull/370)
- Bump
[@docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.16.0 to 0.16.1 in
[https://github.com/docker/metadata-action/pull/371](https://togithub.com/docker/metadata-action/pull/371)
- Bump moment from 2.29.4 to 2.30.1 in
[https://github.com/docker/metadata-action/pull/373](https://togithub.com/docker/metadata-action/pull/373)
- Bump moment-timezone from 0.5.43 to 0.5.44 in
[https://github.com/docker/metadata-action/pull/374](https://togithub.com/docker/metadata-action/pull/374)
**Full Changelog**:
https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **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.
---
- [ ] 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://developer.mend.io/github/libretime/libretime).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kyle Robbertze
---
.github/workflows/container.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 9f18d62662..d3838269f0 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -31,11 +31,7 @@ jobs:
repository: libretime/libretime-${{ matrix.target }}
readme-filepath: ./README.md
- # This cannot be upgraded until we develop a workaround for medata-action
- # appending cwd:// to the bake-file output. 5.5 is not compatible with
- # upload-artifact
- # https://github.com/docker/metadata-action/issues/381
- - uses: docker/metadata-action@v5.4.0
+ - uses: docker/metadata-action@v5
id: meta
with:
bake-target: ${{ matrix.target }}