Skip to content

Commit cbc0dee

Browse files
committed
Remove caching from image builds
CI runtimes did not improve
1 parent 45f6f17 commit cbc0dee

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/docker-images.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
push: true
8181
tags: ${{ steps.meta.outputs.tags }}
8282
labels: ${{ steps.meta.outputs.labels }}
83-
cache-from: type=gha
84-
cache-to: type=gha,mode=max
8583
- name: Generate artifact attestation
8684
uses: actions/attest-build-provenance@v1
8785
with:
@@ -126,8 +124,6 @@ jobs:
126124
push: true
127125
tags: ${{ steps.meta.outputs.tags }}
128126
labels: ${{ steps.meta.outputs.labels }}
129-
cache-from: type=gha
130-
cache-to: type=gha,mode=max
131127
- name: Generate artifact attestation
132128
uses: actions/attest-build-provenance@v1
133129
with:
@@ -173,8 +169,6 @@ jobs:
173169
push: true
174170
tags: ${{ steps.meta.outputs.tags }}
175171
labels: ${{ steps.meta.outputs.labels }}
176-
cache-from: type=gha
177-
cache-to: type=gha,mode=max
178172
- name: Generate artifact attestation
179173
uses: actions/attest-build-provenance@v1
180174
with:
@@ -219,8 +213,6 @@ jobs:
219213
push: true
220214
tags: ${{ steps.meta.outputs.tags }}
221215
labels: ${{ steps.meta.outputs.labels }}
222-
cache-from: type=gha
223-
cache-to: type=gha,mode=max
224216
- name: Generate artifact attestation
225217
uses: actions/attest-build-provenance@v1
226218
with:
@@ -265,8 +257,6 @@ jobs:
265257
push: true
266258
tags: ${{ steps.meta.outputs.tags }}
267259
labels: ${{ steps.meta.outputs.labels }}
268-
cache-from: type=gha
269-
cache-to: type=gha,mode=max
270260
- name: Generate artifact attestation
271261
uses: actions/attest-build-provenance@v1
272262
with:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ jobs:
8282
push: true
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}
85-
cache-from: type=gha
86-
cache-to: type=gha,mode=max
8785

8886
- name: Generate artifact attestation
8987
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)