|
80 | 80 | push: true |
81 | 81 | tags: ${{ steps.meta.outputs.tags }} |
82 | 82 | labels: ${{ steps.meta.outputs.labels }} |
| 83 | + cache-from: type=gha |
| 84 | + cache-to: type=gha,mode=max |
83 | 85 | - name: Generate artifact attestation |
84 | 86 | uses: actions/attest-build-provenance@v1 |
85 | 87 | with: |
@@ -124,6 +126,8 @@ jobs: |
124 | 126 | push: true |
125 | 127 | tags: ${{ steps.meta.outputs.tags }} |
126 | 128 | labels: ${{ steps.meta.outputs.labels }} |
| 129 | + cache-from: type=gha |
| 130 | + cache-to: type=gha,mode=max |
127 | 131 | - name: Generate artifact attestation |
128 | 132 | uses: actions/attest-build-provenance@v1 |
129 | 133 | with: |
@@ -169,6 +173,8 @@ jobs: |
169 | 173 | push: true |
170 | 174 | tags: ${{ steps.meta.outputs.tags }} |
171 | 175 | labels: ${{ steps.meta.outputs.labels }} |
| 176 | + cache-from: type=gha |
| 177 | + cache-to: type=gha,mode=max |
172 | 178 | - name: Generate artifact attestation |
173 | 179 | uses: actions/attest-build-provenance@v1 |
174 | 180 | with: |
@@ -213,6 +219,8 @@ jobs: |
213 | 219 | push: true |
214 | 220 | tags: ${{ steps.meta.outputs.tags }} |
215 | 221 | labels: ${{ steps.meta.outputs.labels }} |
| 222 | + cache-from: type=gha |
| 223 | + cache-to: type=gha,mode=max |
216 | 224 | - name: Generate artifact attestation |
217 | 225 | uses: actions/attest-build-provenance@v1 |
218 | 226 | with: |
@@ -257,6 +265,8 @@ jobs: |
257 | 265 | push: true |
258 | 266 | tags: ${{ steps.meta.outputs.tags }} |
259 | 267 | labels: ${{ steps.meta.outputs.labels }} |
| 268 | + cache-from: type=gha |
| 269 | + cache-to: type=gha,mode=max |
260 | 270 | - name: Generate artifact attestation |
261 | 271 | uses: actions/attest-build-provenance@v1 |
262 | 272 | with: |
|
0 commit comments