@@ -110,6 +110,7 @@ jobs:
110
110
image : amazon-builder:${{ github.sha }}
111
111
run : /build.sh
112
112
options : -v ${{ github.workspace }}/build/package/rpm:/rpm
113
+ cache-from : type=local,src=/tmp/.buildx-cache
113
114
- name : Build Image Amazon 2
114
115
uses : docker/build-push-action@v2
115
116
with :
@@ -127,6 +128,7 @@ jobs:
127
128
image : amazon2-builder:${{ github.sha }}
128
129
run : /build.sh
129
130
options : -v ${{ github.workspace }}/build/package/rpm:/rpm
131
+ cache-from : type=local,src=/tmp/.buildx-cache
130
132
- name : Build Image Centos 7
131
133
uses : docker/build-push-action@v2
132
134
with :
@@ -144,6 +146,7 @@ jobs:
144
146
image : centos7-builder:${{ github.sha }}
145
147
run : /build.sh
146
148
options : -v ${{ github.workspace }}/build/package/rpm:/rpm
149
+ cache-from : type=local,src=/tmp/.buildx-cache
147
150
- name : Build Image Ubuntu Xenial
148
151
uses : docker/build-push-action@v2
149
152
with :
@@ -162,6 +165,7 @@ jobs:
162
165
image : ubuntu-xenial-builder:${{ github.sha }}
163
166
run : /build.sh
164
167
options : -v ${{ github.workspace }}/build/package/debian:/debian
168
+ cache-from : type=local,src=/tmp/.buildx-cache
165
169
- name : Build Image Ubuntu Bionic
166
170
uses : docker/build-push-action@v2
167
171
with :
@@ -180,6 +184,7 @@ jobs:
180
184
image : ubuntu-bionic-builder:${{ github.sha }}
181
185
run : /build.sh
182
186
options : -v ${{ github.workspace }}/build/package/debian:/debian
187
+ cache-from : type=local,src=/tmp/.buildx-cache
183
188
- name : Build Image Ubuntu Focal
184
189
uses : docker/build-push-action@v2
185
190
with :
@@ -198,6 +203,7 @@ jobs:
198
203
image : ubuntu-focal-builder:${{ github.sha }}
199
204
run : /build.sh
200
205
options : -v ${{ github.workspace }}/build/package/debian:/debian
206
+ cache-from : type=local,src=/tmp/.buildx-cache
201
207
- name : Build Image Ubuntu Groovy
202
208
uses : docker/build-push-action@v2
203
209
with :
@@ -216,3 +222,4 @@ jobs:
216
222
image : ubuntu-groovy-builder:${{ github.sha }}
217
223
run : /build.sh
218
224
options : -v ${{ github.workspace }}/build/package/debian:/debian
225
+ cache-from : type=local,src=/tmp/.buildx-cache
0 commit comments