Bump docker/build-push-action from 3 to 4

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
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-02-01 02:02:14 +00:00
committed by GitHub
parent eff5daeb48
commit 60e8c300f5

View File

@@ -149,7 +149,7 @@ jobs:
# then push to one or more registries (based on image list above in docker_meta) # then push to one or more registries (based on image list above in docker_meta)
name: Docker Build and Push name: Docker Build and Push
id: build_image id: build_image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
platforms: ${{ inputs.platforms }} platforms: ${{ inputs.platforms }}
context: ${{ inputs.context }} context: ${{ inputs.context }}