ci(action): bump docker/build-push-action from 4.0.0 to 5.0.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v5.0.0)

---
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] 2023-09-25 18:42:40 +00:00 committed by GitHub
parent d9259d4847
commit 1e4602db92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Build and push
id: docker-build
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .

View File

@ -133,7 +133,7 @@ jobs:
- name: Build and push
id: docker-build
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
push: true
builder: ${{ steps.buildx.outputs.name }}