From eb3b164b308c14b723c9a10eb850ccfce33b66d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:08:23 +0000 Subject: [PATCH] ci(deps): Bump docker/metadata-action from 6.0.0 to 6.1.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/030e881283bb7a6894de51c315a6bfe6a94e05cf...80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-fluentbit-image.yaml | 4 ++-- .github/workflows/build-fluentd-image.yaml | 2 +- .github/workflows/build-op-image.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-fluentbit-image.yaml b/.github/workflows/build-fluentbit-image.yaml index 9f518a0a8..86d046e7a 100644 --- a/.github/workflows/build-fluentbit-image.yaml +++ b/.github/workflows/build-fluentbit-image.yaml @@ -70,7 +70,7 @@ jobs: steps: - name: Configure image tags id: image-metadata - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.GHCR_REPO }} @@ -85,7 +85,7 @@ jobs: - name: Configure debug image tags id: debug-image-metadata - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.GHCR_REPO }} diff --git a/.github/workflows/build-fluentd-image.yaml b/.github/workflows/build-fluentd-image.yaml index b9d15dfc6..55ba916e7 100644 --- a/.github/workflows/build-fluentd-image.yaml +++ b/.github/workflows/build-fluentd-image.yaml @@ -113,7 +113,7 @@ jobs: - name: Configure image tags id: image-metadata - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.GHCR_REPO }} diff --git a/.github/workflows/build-op-image.yaml b/.github/workflows/build-op-image.yaml index 43a401038..450625a4d 100644 --- a/.github/workflows/build-op-image.yaml +++ b/.github/workflows/build-op-image.yaml @@ -131,7 +131,7 @@ jobs: - name: Configure image tags id: image-metadata - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.GHCR_REPO }}