From ac5c0cbeaec8f1ebea101e7fd797fa37aeeb2b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:42:20 +0000 Subject: [PATCH] :seedling: bump docker/metadata-action Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from f7b4ed12385588c3f9bc252f0a2b520d83b52d48 to 020b7354dd55a28effcab0f3b19639fe24d3f58b. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/f7b4ed12385588c3f9bc252f0a2b520d83b52d48...020b7354dd55a28effcab0f3b19639fe24d3f58b) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 020b7354dd55a28effcab0f3b19639fe24d3f58b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 223752e..a460664 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48 + uses: docker/metadata-action@020b7354dd55a28effcab0f3b19639fe24d3f58b with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}