From 1517e2a211e9aa4194537effbb9473937fcae63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:55:17 +0000 Subject: [PATCH] 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/basesystem.yml | 4 ++-- .github/workflows/dependencies.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/basesystem.yml b/.github/workflows/basesystem.yml index 5d94e04..31195c1 100644 --- a/.github/workflows/basesystem.yml +++ b/.github/workflows/basesystem.yml @@ -62,7 +62,7 @@ jobs: echo "PLATFORM=${platform//\//-}" >> $GITHUB_ENV - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE }} tags: | @@ -125,7 +125,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE }} tags: | diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index ed2c8ad..ec24e4f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -48,7 +48,7 @@ jobs: echo "PLATFORM=${platform//\//-}" >> $GITHUB_ENV - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE }} # Use timestamped tag @@ -110,7 +110,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE }} # Use timestamped tag