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

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0)

---
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]
2022-10-17 02:21:39 +00:00
committed by GitHub
parent 3a7b98d30e
commit c94633e616

View File

@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }} password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Client Image - name: Build and Push Client Image
uses: docker/build-push-action@v3.1.1 uses: docker/build-push-action@v3.2.0
with: with:
context: . context: .
push: true push: true
@ -99,7 +99,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }} password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Server Image - name: Build and Push Server Image
uses: docker/build-push-action@v3.1.1 uses: docker/build-push-action@v3.2.0
with: with:
context: . context: .
push: true push: true