Bump docker/build-push-action from 2.10.0 to 3.2.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](ac9327eae2...c56af95754)

---
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-10-16 17:04:06 +00:00
committed by GitHub
parent 583e8d2829
commit 141f772296

View File

@@ -72,7 +72,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}