build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1 (#4895)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 17:21:51 +00:00 committed by GitHub
parent 905ffca3b7
commit 2d4196f13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ jobs:
# Build and push image to Google Artifact Registry # Build and push image to Google Artifact Registry
- name: Build & push - name: Build & push
id: docker_build id: docker_build
uses: docker/build-push-action@v3.1.0 uses: docker/build-push-action@v3.1.1
with: with:
target: ${{ inputs.dockerfile_target }} target: ${{ inputs.dockerfile_target }}
context: . context: .

View File

@ -115,7 +115,7 @@ jobs:
# Build and push image to Google Artifact Registry # Build and push image to Google Artifact Registry
- name: Build & push - name: Build & push
id: docker_build id: docker_build
uses: docker/build-push-action@v3.1.0 uses: docker/build-push-action@v3.1.1
with: with:
target: build target: build
context: . context: .