From e484fa8b7f4a1b639948593bfae46ff08d3f43e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:57:07 +0000 Subject: [PATCH] chore(deps): update docker/metadata-action action to v6 --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b4783434..3199d09b 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -46,7 +46,7 @@ jobs: - name: Extract metadata for Docker images id: meta - uses: docker/metadata-action@b2391d37b4157fa4aa2e118d643f417910ff3242 # v3 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |