From 8e3de7958ef78d7a8a658f860fe4b11ec1541f53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:05:27 +0000 Subject: [PATCH] Update docker/metadata-action action to v6 --- .github/workflows/multi-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index d3b7bb0..6cb8098 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -87,7 +87,7 @@ jobs: # The metadata includes information such as the image name, tags, and labels. # The metadata will be used later in the workflow to build and push the Docker image. id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: ${{ env.GHCR_IMAGE }} @@ -203,7 +203,7 @@ jobs: # It uses the docker/metadata-action to create metadata based on the repository information. # The metadata includes information such as the image name, tags, and labels. id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: ${{ env.GHCR_IMAGE }} annotations: |