From b5eabbcdaa43f77604b673cc5441d063f05060f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:01:32 +0000 Subject: [PATCH] Bump docker/metadata-action from 4.1.0 to 4.3.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v4.1.0...v4.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/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53f7f1fe4..cd625bec0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -212,7 +212,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4.1.0 + uses: docker/metadata-action@v4.3.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -231,7 +231,7 @@ jobs: - name: Extract Alpine Docker metadata id: meta-alpine - uses: docker/metadata-action@v4.1.0 + uses: docker/metadata-action@v4.3.0 with: flavor: | latest=auto