From 7cd09e7d03758973a97415f6479536a20ffbab1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:37:51 -0400 Subject: [PATCH] chore(deps): bump docker/metadata-action from 5 to 6 (#1571) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-custom.yml | 2 +- .github/workflows/publish-experimental.yml | 2 +- .github/workflows/publish-latest.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-custom.yml b/.github/workflows/publish-custom.yml index 1543e169..59e3b945 100644 --- a/.github/workflows/publish-custom.yml +++ b/.github/workflows/publish-custom.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.GHCR_IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/publish-experimental.yml b/.github/workflows/publish-experimental.yml index 7df7a555..46c67ad5 100644 --- a/.github/workflows/publish-experimental.yml +++ b/.github/workflows/publish-experimental.yml @@ -19,7 +19,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index d1df6912..5fde0289 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: | ${{ env.DOCKER_IMAGE_REPOSITORY }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b865c009..b21b7752 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: | ${{ env.DOCKER_IMAGE_REPOSITORY }}