build(deps): bump docker/build-push-action

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 56932deb0a0db9d23e245320b1e45fec46b8d66f to 9311bf5263ae5b36f3ec67aff768790c6e2344ad.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](56932deb0a...9311bf5263)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-17 02:50:40 +00:00 committed by GitHub
parent 469f0d1448
commit db332a3343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
run: cp .env.production .env
- name: Build and push Docker image
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
uses: docker/build-push-action@9311bf5263ae5b36f3ec67aff768790c6e2344ad
with:
context: .
push: true
@ -89,7 +89,7 @@ jobs:
run: cat .env
- name: Build and push Docker image
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
uses: docker/build-push-action@9311bf5263ae5b36f3ec67aff768790c6e2344ad
with:
context: .
push: true