From 973bc46b55a62dd32a64cd0d5e28e66a95cca2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 12:42:43 +0000 Subject: [PATCH] Bump docker/metadata-action from 5.10.0 to 6.1.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.10.0 to 6.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.10.0...v6.1.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image.yml | 2 +- .github/workflows/build-split-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2f6b977..3162095 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -46,7 +46,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.1.0 with: images: | ghcr.io/${{ inputs.repo_owner }}/${{ inputs.app_name }} diff --git a/.github/workflows/build-split-image.yml b/.github/workflows/build-split-image.yml index 80b2af9..88a2ab1 100644 --- a/.github/workflows/build-split-image.yml +++ b/.github/workflows/build-split-image.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@v6.0.0 + uses: docker/metadata-action@v6.1.0 with: images: | ghcr.io/${{ inputs.repo_owner }}/${{ inputs.app_name }}