From 0bf996dba71b3b3a65af42ec16b45862c5dbc294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:10:19 +0000 Subject: [PATCH] build(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.4.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.0.0...v5.4.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index f41ec25c4..b9b34c233 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -426,7 +426,7 @@ jobs: - name: Extract metadata (tags, labels) for image id: meta - uses: docker/metadata-action@v5.0.0 + uses: docker/metadata-action@v5.4.0 with: images: ${{ matrix.image.registry }}/${{ matrix.image.repository }}/${{ matrix.image.image }} tags: ${{ matrix.image.tags }}