⬆️ Update docker/build-push-action action to v7 (#1441)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-24 11:59:38 -07:00 committed by GitHub
commit 0a305a7a4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: .
platforms: ${{ matrix.platform }}