Bump docker/build-push-action from 5 to 6

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  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]
2026-01-08 13:51:11 +00:00
committed by GitHub
parent cd53ae73f2
commit efbee41c41
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
type=sha
- name: Build and push backend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./backend
push: ${{ github.event_name != 'pull_request' }}
@@ -88,7 +88,7 @@ jobs:
type=sha
- name: Build and push frontend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./frontend
push: ${{ github.event_name != 'pull_request' }}