From 4049ae7d6b052fb1f5049ec6cd22c4a683066ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:03:43 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-docker-meta from 5 to 6 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 76606b4..1a26225 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,7 +25,7 @@ jobs: echo "imageName=$imageName" >> $GITHUB_ENV - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5 + uses: crazy-max/ghaction-docker-meta@v6 with: images: ${{ env.imageName }} - name: Set up QEMU