From af1496ea146e5a90862dd42b86c8587877028791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:41:05 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action in /.github/workflows Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.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 d30b175d0fb..1fb33351860 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.2.0 + uses: docker/metadata-action@v5.3.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 1527cc8dfe7..6e6c6fd6398 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.2.0 + uses: docker/metadata-action@v5.3.0 with: images: ${{ env.DOCKER_IMAGE_NAME }}