From 92d60f04fbbaa9bbdaa198229dde902d48519787 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 20:31:10 +0000
Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 4.2.1

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/on-push.yml    | 2 +-
 .github/workflows/on-release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml
index f2da76a..2e7576f 100644
--- a/.github/workflows/on-push.yml
+++ b/.github/workflows/on-push.yml
@@ -97,7 +97,7 @@ jobs:
             type=ref,event=branch
             type=edge,branch=main
       - name: Build and push
-        uses: docker/build-push-action@v4.1.1
+        uses: docker/build-push-action@v4.2.1
         with:
           platforms: ${{ env.PLATFORMS }}
           push: true
diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml
index 198b729..74f6e4b 100644
--- a/.github/workflows/on-release.yml
+++ b/.github/workflows/on-release.yml
@@ -90,7 +90,7 @@ jobs:
             type=ref,event=branch
             type=ref,event=tag
       - name: Build and push
-        uses: docker/build-push-action@v4.1.1
+        uses: docker/build-push-action@v4.2.1
         with:
           platforms: ${{ env.PLATFORMS }}
           push: true