[CI] Bump docker/build-push-action from 6 to 7 (#7541)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.

- vLLM version: v0.18.0
- vLLM main:
8b6325758c

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-23 15:46:12 +08:00
committed by GitHub
parent 71df17f4e6
commit da866cc168
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ jobs:
use: true
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
id: build
with:
platforms: ${{ matrix.arch }}

View File

@@ -62,7 +62,7 @@ jobs:
- name: Build and push
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
# For now, we only build amd64 lint image
platforms: 'linux/amd64'
@@ -75,7 +75,7 @@ jobs:
- name: Build and push
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
# For now, we only build amd64 lint image
platforms: 'linux/amd64'