mirror of
https://github.com/moby/moby.git
synced 2026-08-13 17:06:44 +00:00
Merge pull request #44169 from crazy-max/ci-cache
ci: reduce cache throttling limits
This commit is contained in:
3
.github/workflows/buildkit.yml
vendored
3
.github/workflows/buildkit.yml
vendored
@@ -35,9 +35,6 @@ jobs:
|
||||
uses: docker/bake-action@v2
|
||||
with:
|
||||
targets: binary
|
||||
set: |
|
||||
*.cache-from=type=gha,scope=buildkit-build-binary
|
||||
*.cache-to=type=gha,scope=buildkit-build-binary
|
||||
-
|
||||
name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -45,9 +45,6 @@ jobs:
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
set: |
|
||||
*.cache-from=type=gha,scope=build-${{ matrix.target }}
|
||||
*.cache-to=type=gha,scope=build-${{ matrix.target }}
|
||||
-
|
||||
name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
@@ -93,9 +90,6 @@ jobs:
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: cross
|
||||
set: |
|
||||
*.cache-from=type=gha,scope=cross-${{ env.PLATFORM_PAIR }}
|
||||
*.cache-to=type=gha,scope=cross-${{ env.PLATFORM_PAIR }}
|
||||
env:
|
||||
DOCKER_CROSSPLATFORMS: ${{ matrix.platform }}
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user