From b5dd7c52f295ec6bb0a8b1629534f77f308a91e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:05:17 +0000 Subject: [PATCH] deps(tools): 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/main-server.yml | 2 +- .github/workflows/main-web.yml | 2 +- .github/workflows/tags.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main-server.yml b/.github/workflows/main-server.yml index a569a5c2..bf776faa 100644 --- a/.github/workflows/main-server.yml +++ b/.github/workflows/main-server.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (labels) for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.GHCR_REGISTRY }}/${{ env.DOCKER_CONTAINER_NAME }} - name: Build and push Docker image diff --git a/.github/workflows/main-web.yml b/.github/workflows/main-web.yml index 81cf3ea6..1294d3ef 100644 --- a/.github/workflows/main-web.yml +++ b/.github/workflows/main-web.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (labels) for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.GHCR_REGISTRY }}/${{ env.DOCKER_CONTAINER_NAME }} - name: Build and push Docker image diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index ae272743..aa8c8b69 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -44,7 +44,7 @@ jobs: # Server - name: Extract metadata (labels) for Docker (Server) id: metaserver - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_SERVER }} - name: Build and push Docker image (Server) @@ -65,7 +65,7 @@ jobs: # Web - name: Extract metadata (labels) for Docker (Web) id: metaweb - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_WEBAPP }} - name: Build and push Docker image (Web)