From 14de09273eb88f9e0aac7bbb7a32ee96e97cdbcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:26:36 +0000 Subject: [PATCH] build(deps): bump docker/metadata-action Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from a64d0487d7069df33b279515d35d60fa80e2ea62 to 032a4b3bda1b716928481836ac5bfe36e1feaad6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/a64d0487d7069df33b279515d35d60fa80e2ea62...032a4b3bda1b716928481836ac5bfe36e1feaad6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 032a4b3bda1b716928481836ac5bfe36e1feaad6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 7f83dd6..672510b 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -69,7 +69,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | @@ -117,7 +117,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | @@ -155,7 +155,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | @@ -219,7 +219,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.IMAGE_REPOSITORY }} tags: |