Bump docker/build-push-action from 4.0.0 to 4.2.1

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...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>
This commit is contained in:
dependabot[bot] 2023-09-08 19:47:59 +00:00 committed by GitHub
parent abee695c3a
commit afdcc17f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Docker Buildx (build)
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.1
if: success() && !contains(github.ref, 'master')
with:
push: false
@ -107,7 +107,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Buildx (push)
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.1
if: success() && contains(github.ref, 'master')
with:
push: true