⬆️ Bump docker/build-push-action from 2 to 4

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...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-08-08 04:48:05 +00:00 committed by felinae98
parent aa4dd98311
commit fc0aea8286

View File

@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/Dockerfile_with_frontend
@ -96,7 +96,7 @@ jobs:
cache-to: type=gha,mode=max
- name: Build Sentry and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/Dockerfile_with_frontend_sentry