From 6f24c7d5fd88a519ef32ad249ff1e3a2308f50c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:51:46 +0000 Subject: [PATCH] Update docker/metadata-action action to v5.6.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c59aff5..c49c016 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: build: - ${{ matrix.image.path }}/!(**.md) - name: Docker Metadata - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 id: meta if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' ) with: