Skip to content

Commit a495b95

Browse files
chore(monorepo): update docker/metadata-action action to v5.7.0 (#1387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5fd70a commit a495b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# ─────────────────────────────────────────────────────────────
5454
- name: Extract image metadata
5555
id: meta
56-
uses: docker/metadata-action@v5.5.1
56+
uses: docker/metadata-action@v5.7.0
5757
with:
5858
images: ${{ steps.vars.outputs.IMAGE_NAME_MAIN }}
5959
tags: |

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# ─────────────────────────────────────────────────────────────
8080
- name: Extract image metadata
8181
id: meta
82-
uses: docker/metadata-action@v5.5.1
82+
uses: docker/metadata-action@v5.7.0
8383
with:
8484
images: ${{ steps.vars.outputs.IMAGE_NAME_PREVIEW }}
8585
tags: |

0 commit comments

Comments
 (0)