From 540a45ad8dd6344438fc1484ef9499c0939e2a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:23:22 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action in the github-actions group Bumps the github-actions group with 1 update: [docker/metadata-action](https://github.com/docker/metadata-action). Updates `docker/metadata-action` from 020b7354dd55a28effcab0f3b19639fe24d3f58b to 45b191481076e80d5734fec83fc5b651df3537cc - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/020b7354dd55a28effcab0f3b19639fe24d3f58b...45b191481076e80d5734fec83fc5b651df3537cc) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 45b191481076e80d5734fec83fc5b651df3537cc dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 740e452..d229dfa 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@020b7354dd55a28effcab0f3b19639fe24d3f58b + uses: docker/metadata-action@45b191481076e80d5734fec83fc5b651df3537cc with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}