From 5592ec362fbc6cf5ddad032532a851c711311b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:51:26 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 5.0.0 to 5.2.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.0.0...v5.2.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/publish-jvm-docker-image.yml | 2 +- .github/workflows/publish-native-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-jvm-docker-image.yml b/.github/workflows/publish-jvm-docker-image.yml index 5f0472694d..d30b175d0f 100644 --- a/.github/workflows/publish-jvm-docker-image.yml +++ b/.github/workflows/publish-jvm-docker-image.yml @@ -22,7 +22,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.0.0 + uses: docker/metadata-action@v5.2.0 with: images: ${{ env.DOCKER_IMAGE_NAME }} diff --git a/.github/workflows/publish-native-docker-image.yml b/.github/workflows/publish-native-docker-image.yml index 4e41220688..1527cc8dfe 100644 --- a/.github/workflows/publish-native-docker-image.yml +++ b/.github/workflows/publish-native-docker-image.yml @@ -22,7 +22,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.0.0 + uses: docker/metadata-action@v5.2.0 with: images: ${{ env.DOCKER_IMAGE_NAME }}