From 991c8aa64ed0ef44e3d73f78395b738157f2f2f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:51:40 +0000 Subject: [PATCH] chore(deps): update docker/metadata-action action to v5 --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/self-hosted-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8d9e7fe..831ecb1 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -56,7 +56,7 @@ jobs: run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi - name: Generate Docker image metadata - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 id: img_meta with: flavor: | diff --git a/.github/workflows/self-hosted-build-docker-image.yml b/.github/workflows/self-hosted-build-docker-image.yml index 319cb16..fce57f2 100644 --- a/.github/workflows/self-hosted-build-docker-image.yml +++ b/.github/workflows/self-hosted-build-docker-image.yml @@ -56,7 +56,7 @@ jobs: run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi - name: Generate Docker image metadata - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 id: img_meta with: flavor: |