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

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

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  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-03-06 15:12:15 +00:00 committed by GitHub
parent 79c6341fa0
commit de8f178259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ jobs:
echo ::set-output name=gh-username-lower::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build and push Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
@ -61,7 +61,7 @@ jobs:
swap-storage: true
- name: Build and push Cuda Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
file: ./docker/cuda.Dockerfile
platforms: linux/amd64