Merge pull request #44173 from crazy-max/22.06_backport_ci-cache

[22.06 backport] ci: reduce cache throttling limits
This commit is contained in:
Sebastiaan van Stijn 2022-09-22 13:18:02 +02:00 committed by GitHub
commit 7d621608dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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 }}
-