Chore(deps): Bump docker/build-push-action from 6 to 7 (#6397)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-06 17:51:11 +00:00
committed by GitHub
parent e87b62f3ac
commit b676424d98

View File

@@ -136,7 +136,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}