File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments