From d45ed5eff42eb6355079968a1205f7295cc02e15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:05:27 +0000 Subject: [PATCH] chore(deps): update docker/metadata-action action to v5.10.0 --- .github/workflows/build_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_containers.yml b/.github/workflows/build_containers.yml index e88703e..fc14d90 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.9.0 + uses: docker/metadata-action@v5.10.0 with: images: ghcr.io/${{ env.IMAGE_REPOSITORY }} - name: Build Docker Release