From f42b9512baa8eebc48f203813824c778f5c19f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:19:17 +0000 Subject: [PATCH] Bump docker/metadata-action from 5.8.0 to 6.2.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 6.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.8.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index b403184a..476b4e8c 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -93,7 +93,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v5.8.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: |