Skip to content

Commit 9fdeca6

Browse files
committed
fix: remove caching configuration from Docker build steps in CI workflow
1 parent 554e607 commit 9fdeca6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
load: true # driver docker-container
5252
target: ci
5353
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
54-
cache-from: type=gha
55-
cache-to: type=gha,mode=max
5654
secrets: |
5755
github_token=${{ secrets.MY_GITHUB_TOKEN }}
5856
@@ -71,8 +69,6 @@ jobs:
7169
push: false
7270
load: true
7371
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.SHA }}
74-
cache-from: type=gha
75-
cache-to: type=gha,mode=max
7672
secrets: |
7773
github_token=${{ secrets.MY_GITHUB_TOKEN }}
7874
@@ -126,8 +122,6 @@ jobs:
126122
push: true
127123
tags: ${{ steps.meta.outputs.tags }}
128124
labels: ${{ steps.meta.outputs.labels }}
129-
cache-from: type=gha
130-
cache-to: type=gha,mode=max
131125
provenance: mode=max
132126
sbom: true
133127
secrets: |

0 commit comments

Comments
 (0)