File tree Expand file tree Collapse file tree 6 files changed +9
-16
lines changed
Expand file tree Collapse file tree 6 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ jobs:
101101 push : true
102102 pull : true
103103 tags : cubecoders/ampbase:${{ matrix.app }}
104- # cache-from: type=registry,ref=cubecoders/ampbase:${{ matrix.app }}
105- no-cache : true
104+ cache-from : type=registry,ref=cubecoders/ampbase:${{ matrix.app }}
106105 cache-to : type=inline
107106 provenance : mode=max
108107 sbom : true
Original file line number Diff line number Diff line change 5050 push : true
5151 tags : |
5252 cubecoders/ampbase:${{ matrix.base }}
53- # cache-from: type=registry,ref=cubecoders/ampbase:${{ matrix.base }}
54- no-cache : true
53+ cache-from : type=registry,ref=cubecoders/ampbase:${{ matrix.base }}
5554 cache-to : type=inline
5655 provenance : mode=max
5756 sbom : true
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- no-cache : true
75+ cache-from : type=registry,ref=cubecoders/ampbase:java-${{ matrix.java }}
7776 cache-to : type=inline
7877 provenance : mode=max
7978 sbom : true
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- no-cache : true
75+ cache-from : type=registry,ref=cubecoders/ampbase:mono-${{ matrix.mono }}
7776 cache-to : type=inline
7877 provenance : mode=max
7978 sbom : true
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- no-cache : true
81+ cache-from : type=registry,ref=cubecoders/ampbase:python-${{ matrix.python }}
8382 cache-to : type=inline
8483 provenance : mode=max
8584 sbom : true
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- no-cache : true
74+ cache-from : type=registry,ref=cubecoders/ampbase:wine-common
7675 cache-to : type=inline
7776 provenance : mode=max
7877 sbom : true
@@ -111,10 +110,9 @@ jobs:
111110 push : true
112111 pull : true
113112 tags : cubecoders/ampbase:wine-${{ matrix.version }}
114- # cache-from: |
115- # type=registry,ref=cubecoders/ampbase:wine-common
116- # type=registry,ref=cubecoders/ampbase:wine-${{ matrix.version }}
117- no-cache : true
113+ cache-from : |
114+ type=registry,ref=cubecoders/ampbase:wine-common
115+ type=registry,ref=cubecoders/ampbase:wine-${{ matrix.version }}
118116 cache-to : type=inline
119117 provenance : mode=max
120118 sbom : true
You can’t perform that action at this time.
0 commit comments