Skip to content

Commit 65066f5

Browse files
committed
test: remove caches
1 parent a2acc60 commit 65066f5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 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
@@ -108,8 +102,4 @@ jobs:
108102
files: |
109103
docker-bake.hcl
110104
targets: ${{ matrix.target }}
111-
set: |
112-
*.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
105+

0 commit comments

Comments
 (0)