From a9211e7dc182b50293fff5e8fcf7c0e2b85407ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:12:49 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v6.1.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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-push-to-registries.yml | 2 +- .github/workflows/python-push-to-registries.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-push-to-registries.yml b/.github/workflows/docker-push-to-registries.yml index 04b49181..ff6276b7 100644 --- a/.github/workflows/docker-push-to-registries.yml +++ b/.github/workflows/docker-push-to-registries.yml @@ -211,7 +211,7 @@ jobs: - name: Prepare Docker Image Names and Tags id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: # Defines the base image names in repository/name format images: | diff --git a/.github/workflows/python-push-to-registries.yml b/.github/workflows/python-push-to-registries.yml index 6523c6bb..979dd1e4 100644 --- a/.github/workflows/python-push-to-registries.yml +++ b/.github/workflows/python-push-to-registries.yml @@ -143,7 +143,7 @@ jobs: - name: Prepare Docker Image Names and Tags id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: # Defines the base image names in repository/name format images: |