From 368c496d4040a97e8714ea4975842ff5c002ad79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:06:18 +0900 Subject: [PATCH] chore(deps): bump docker/metadata-action from 4 to 5 (#1953) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bbb291eb..b2011fd6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -22,7 +22,7 @@ jobs: - name: vuls/vuls image meta id: oss-meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: vuls/vuls tags: | @@ -30,7 +30,7 @@ jobs: - name: vuls/fvuls image meta id: fvuls-meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: vuls/fvuls tags: |