From 5f76d6fdba1439ba464ed5971e1a095c143a910b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:55:36 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.0.0 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/build-push-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 fa4b2df43..022ca506d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -222,7 +222,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: image push: ${{ github.event_name != 'pull_request' }} @@ -242,7 +242,7 @@ jobs: - name: Build and push Alpine Docker image id: build-and-push-alpine - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: image file: image/Dockerfile_alpine