From 1526b667442f28c29b663578d3f751e2a1c66842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:01:48 +0000 Subject: [PATCH] chore(github-actions): update docker/metadata-action action to v6 --- .github/workflows/common-publish-to-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-publish-to-docker.yml b/.github/workflows/common-publish-to-docker.yml index a3b61d9..34b88df 100644 --- a/.github/workflows/common-publish-to-docker.yml +++ b/.github/workflows/common-publish-to-docker.yml @@ -34,7 +34,7 @@ jobs: - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ inputs.registry }}/${{ inputs.image-name }} tags: |