Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
run: mkdir -p dist
- name: Build image
id: docker_build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
cache-from: type=gha
# We use the max mode to cache all layers which includes ones from
Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
# information.
- name: Build platform images
id: docker_build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
cache-from: type=gha
# We use the max mode to cache all layers which includes ones from
Expand All @@ -584,7 +584,7 @@ jobs:
# registries.
- name: Push platform images to registries
id: docker_push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
cache-from: type=gha
# We use the max mode to cache all layers which includes ones from
Expand Down