From b2976640a80a783e1dd53ace0c6275522c962d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:45:46 +0000 Subject: [PATCH] chore(deps): update docker/metadata-action digest to 80c7e94 --- .github/workflows/component-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component-build.yml b/.github/workflows/component-build.yml index 0bfbb00..d075e4b 100644 --- a/.github/workflows/component-build.yml +++ b/.github/workflows/component-build.yml @@ -167,7 +167,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - name: Docker meta id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 with: images: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.ecr-repository-name || format('{0}-{1}', inputs.service-identifier, inputs.stage) }} tags: |