File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ jobs:
104104 push : true
105105 pull : true
106106 tags : cubecoders/ampbase:${{ matrix.app }}
107- cache-from : type=registry,ref=cubecoders/ampbase: ${{ matrix.app }}
108- cache-to : type=inline
107+ cache-from : type=gha,scope=${{ github.workflow }}- ${{ matrix.app }}
108+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.app }}
109109 provenance : mode=max
110110 sbom : true
111111
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
4848 file : ./base/${{ matrix.base }}/Dockerfile
4949 platforms : linux/amd64,linux/arm64/v8
5050 push : true
51- tags : |
52- cubecoders/ampbase:${{ matrix.base }}
53- cache-from : type=registry,ref=cubecoders/ampbase: ${{ matrix.base }}
54- cache-to : type=inline
51+ pull : true
52+ tags : cubecoders/ampbase:${{ matrix.base }}
53+ cache-from : type=gha,scope=${{ github.workflow }}- ${{ matrix.base }}
54+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.base }}
5555 provenance : mode=max
5656 sbom : true
5757
Original file line number Diff line number Diff line change 7272 push : true
7373 pull : true
7474 tags : cubecoders/ampbase:java-${{ matrix.java }}
75- cache-from : type=registry,ref=cubecoders/ampbase:java -${{ matrix.java }}
76- cache-to : type=inline
75+ cache-from : type=gha,scope=${{ github.workflow }} -${{ matrix.java }}
76+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.java }}
7777 provenance : mode=max
7878 sbom : true
7979
Original file line number Diff line number Diff line change 7272 push : true
7373 pull : true
7474 tags : cubecoders/ampbase:mono-${{ matrix.mono }}
75- cache-from : type=registry,ref=cubecoders/ampbase:mono -${{ matrix.mono }}
76- cache-to : type=inline
75+ cache-from : type=gha,scope=${{ github.workflow }} -${{ matrix.mono }}
76+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.mono }}
7777 provenance : mode=max
7878 sbom : true
7979
Original file line number Diff line number Diff line change 7878 push : true
7979 pull : true
8080 tags : cubecoders/ampbase:python-${{ matrix.python }}
81- cache-from : type=registry,ref=cubecoders/ampbase:python -${{ matrix.python }}
82- cache-to : type=inline
81+ cache-from : type=gha,scope=${{ github.workflow }} -${{ matrix.python }}
82+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.python }}
8383 provenance : mode=max
8484 sbom : true
8585
Original file line number Diff line number Diff line change 7171 push : true
7272 pull : true
7373 tags : cubecoders/ampbase:wine-common
74- cache-from : type=registry,ref=cubecoders/ampbase:wine -common
75- cache-to : type=inline
74+ cache-from : type=gha,scope=${{ github.workflow }} -common
75+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-common
7676 provenance : mode=max
7777 sbom : true
7878
@@ -111,9 +111,9 @@ jobs:
111111 pull : true
112112 tags : cubecoders/ampbase:wine-${{ matrix.version }}
113113 cache-from : |
114- type=registry,ref=cubecoders/ampbase:wine -common
115- type=registry,ref=cubecoders/ampbase:wine -${{ matrix.version }}
116- cache-to : type=inline
114+ type=gha,scope=${{ github.workflow }} -common
115+ type=gha,scope=${{ github.workflow }} -${{ matrix.version }}
116+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.version }}
117117 provenance : mode=max
118118 sbom : true
119119
You can’t perform that action at this time.
0 commit comments