From 6fd4a66893a12308fabca5edb8b8293ce1671ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:25:17 +0000 Subject: [PATCH] Bump docker/metadata-action Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from a64d0487d7069df33b279515d35d60fa80e2ea62 to 0de3687b53cd804b63dd87819f7bda043569ce4a. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/a64d0487d7069df33b279515d35d60fa80e2ea62...0de3687b53cd804b63dd87819f7bda043569ce4a) --- updated-dependencies: - dependency-name: docker/metadata-action 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: |