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-05-21 07:03:46 +00:00 committed by Nicolas Meienberger
parent 6abc68be68
commit e59d26d26a
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
echo "::set-output name=tag::${TAG}"
- name: Build and push images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64

View file

@ -30,7 +30,7 @@ jobs:
echo "::set-output name=tag::${TAG}"
- name: Build and push images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64