Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
id: setup-buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
with:
# nightly: @see https://github.com/moby/buildkit/commit/fe65d5ff62506d0bccdcc4641fad1920903fcf55
# > remotecache: fix inline cache used with multiple exporters
Copy link

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'remotecache' to 'remote cache'.

Suggested change
# > remotecache: fix inline cache used with multiple exporters
# > remote cache: fix inline cache used with multiple exporters

Copilot uses AI. Check for mistakes.
driver-opts: >-
image=docker.io/moby/buildkit:v0.25.0@sha256:faffcac91decfb3b981234bf2762d88ed6c90771b689a3d8a5049cd0e874759a
image=docker.io/moby/buildkit:nightly@sha256:6d447ea5196621612841748701d7606f938172fa0976c1f0030881b45cf28901
buildkitd-flags: >-
--oci-worker-snapshotter=stargz

Expand Down