Skip to content

Commit f3636c0

Browse files
committed
chore: revert to caching
1 parent f3a64ed commit f3636c0

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed

.github/workflows/apps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/base.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
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

.github/workflows/java.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
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

.github/workflows/mono.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
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

.github/workflows/python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
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

.github/workflows/wine.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
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

0 commit comments

Comments
 (0)