Skip to content

Commit eae109c

Browse files
committed
Revert "test: remove caches"
This reverts commit 65066f5.
1 parent 65066f5 commit eae109c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ 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
3942
4043
build:
4144
runs-on: ubuntu-24.04
@@ -56,6 +59,9 @@ jobs:
5659
files: |
5760
docker-bake.hcl
5861
targets: release
62+
set: |
63+
*.cache-from=type=gha,scope=build
64+
*.cache-to=type=gha,scope=build,mode=max
5965
-
6066
name: Check Cloudfront config
6167
uses: docker/bake-action@v6
@@ -102,4 +108,8 @@ jobs:
102108
files: |
103109
docker-bake.hcl
104110
targets: ${{ matrix.target }}
105-
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

0 commit comments

Comments
 (0)