Skip to content

Commit f71b51e

Browse files
authored
Merge pull request #22755 from crazy-max/ci-gha-cache-rm
ci: remove gha cache exports
2 parents f18151f + 7096b4c commit f71b51e

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
files: |
3737
docker-bake.hcl
3838
targets: releaser-build
39-
set: |
40-
*.cache-from=type=gha,scope=releaser
41-
*.cache-to=type=gha,scope=releaser,mode=max
4239

4340
build:
4441
runs-on: ubuntu-24.04
@@ -59,9 +56,6 @@ jobs:
5956
files: |
6057
docker-bake.hcl
6158
targets: release
62-
set: |
63-
*.cache-from=type=gha,scope=build
64-
*.cache-to=type=gha,scope=build,mode=max
6559
-
6660
name: Check Cloudfront config
6761
uses: docker/bake-action@v6
@@ -110,6 +104,3 @@ jobs:
110104
targets: ${{ matrix.target }}
111105
set: |
112106
*.args.BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
113-
*.cache-to=type=gha,scope=validate-${{ matrix.target }},mode=max
114-
*.cache-from=type=gha,scope=validate-${{ matrix.target }}
115-
*.cache-from=type=gha,scope=build

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ jobs:
9696
files: |
9797
docker-bake.hcl
9898
targets: release
99-
set: |
100-
*.cache-from=type=gha,scope=deploy-${{ env.BRANCH_NAME }}
101-
*.cache-to=type=gha,scope=deploy-${{ env.BRANCH_NAME }},mode=max
10299
provenance: false
103100
-
104101
name: Configure AWS Credentials
@@ -134,8 +131,6 @@ jobs:
134131
files: |
135132
docker-bake.hcl
136133
targets: aws-s3-update-config
137-
set: |
138-
*.cache-from=type=gha,scope=releaser
139134
env:
140135
AWS_REGION: ${{ env.DOCS_AWS_REGION }}
141136
AWS_S3_BUCKET: ${{ env.DOCS_S3_BUCKET }}

.github/workflows/validate-upstream.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ jobs:
9797
docker-bake.hcl
9898
targets: validate-upstream
9999
provenance: false
100-
set: |
101-
*.cache-from=type=gha,scope=docs-upstream
102-
*.cache-to=type=gha,scope=docs-upstream
103100
env:
104101
UPSTREAM_MODULE_NAME: ${{ inputs.module-name }}
105102
UPSTREAM_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)