From cf515ca1b9ed90060f8afe2be3947dc400bac87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:42:36 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 5 to 6 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/alpine.yml | 2 +- .github/workflows/debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index eaa5dfa..65c1510 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -52,7 +52,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: | qmcgaw/basedevcontainer diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 130848f..3321ecd 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -52,7 +52,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: | qmcgaw/basedevcontainer