build(deps): bump docker/build-push-action from 2 to 3

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-05 20:23:13 +00:00 committed by nitnelave
parent d6c2805847
commit 05c60979d7

View File

@ -52,7 +52,7 @@ jobs:
-
name: Build and push
if: github.event_name != 'release'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
@ -64,7 +64,7 @@ jobs:
-
name: Build and push
if: github.event_name == 'release'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true