Bump docker/build-push-action from 2.9.0 to 4.0.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v4.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>
dependabot/github_actions/docker/build-push-action-4.0.0
dependabot[bot] 3 years ago committed by GitHub
parent 960b2e335f
commit 5838371189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

@ -26,7 +26,7 @@ jobs:
password: ${{ env.DOCKER_PASSWORD }}
- name: Build and push images to Docker hub
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v4.0.0
with:
push: true
platforms: linux/amd64,linux/arm64,linux/s390x

Loading…
Cancel
Save