From eefdd24074c1275e1e587929510ed85e3da3e0f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:15:24 +0100 Subject: [PATCH] chore(deps): update docker/metadata-action action to v5.5.1 (#2420) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/templates-build-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates-build-push-image.yml b/.github/workflows/templates-build-push-image.yml index fcec2b324..95522db44 100644 --- a/.github/workflows/templates-build-push-image.yml +++ b/.github/workflows/templates-build-push-image.yml @@ -32,7 +32,7 @@ jobs: echo "image_latest_uri=${{ inputs.image_name }}:${{ inputs.version }}" >> $GITHUB_ENV - name: Determine container image metadata - uses: docker/metadata-action@v5.2.0 + uses: docker/metadata-action@v5.5.1 with: images: ${{ inputs.image_name }}