From 717a6e6d6c5549f0c11432cd560d953210662ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:37:43 -0600 Subject: [PATCH] Bump docker/metadata-action from 4 to 5 (#20) 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/build_and_push_image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_push_image.yml b/.github/workflows/build_and_push_image.yml index ed2f85c..0a2f27a 100644 --- a/.github/workflows/build_and_push_image.yml +++ b/.github/workflows/build_and_push_image.yml @@ -778,7 +778,7 @@ jobs: # Get metadata from repo - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ steps.image_names_tags.outputs.names }} @@ -961,7 +961,7 @@ jobs: # Get metadata from repo - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ steps.image_names_tags.outputs.names }} @@ -1162,7 +1162,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker if: needs.workflows_env.outputs.build_nohealthcheck == 'true' id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ steps.image_names_tags.outputs.names }} @@ -1356,7 +1356,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker if: needs.workflows_env.outputs.build_nohealthcheck == 'true' id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ steps.image_names_tags.outputs.names }}